From cbbb097398e2e7516de9146a43e71c80f28a8610 Mon Sep 17 00:00:00 2001 From: Nikhar Abbas Date: Fri, 5 Jul 2019 11:23:51 -0600 Subject: [PATCH] Included command code for -i --- Scripts/compileDISCON_linux.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/compileDISCON_linux.bash b/Scripts/compileDISCON_linux.bash index 6b80db49..d056a1b6 100644 --- a/Scripts/compileDISCON_linux.bash +++ b/Scripts/compileDISCON_linux.bash @@ -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