Skip to content

Commit

Permalink
Included command code for -i
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Jul 5, 2019
1 parent 11f184b commit cbbb097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/compileDISCON_linux.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mkdir ../DISCON
cd ../Source

# Set options to 64 bits
# sed -i '' 13s/.*/#BITS = 32/' makefile
sed -i '' '13s/.*/#BITS = 32/' makefile
sed -i '' '14s/.*/BITS = 64/' makefile

# Build code
Expand Down

0 comments on commit cbbb097

Please sign in to comment.