Skip to content

Commit

Permalink
Using single quote to treat $(HOME) as pure string
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Dec 15, 2018
1 parent d383f08 commit 74dfdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_environment/GC-classic/deploy_GC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ git checkout $UT_VERSION
# Use '#' as delimiter so the line can contain '/' and ':'
# Use .* to match the rest of the line

sed -i -e "s#CODE_DIR :=.*#CODE_DIR :=$(HOME)/tutorial/Code.GC-classic#" runs/shared_inputs/Makefiles/Makefile
sed -i -e 's#CODE_DIR :=.*#CODE_DIR :=$(HOME)/tutorial/Code.GC-classic#' runs/shared_inputs/Makefiles/Makefile

cd perl
sed -i -e 's#GCGRID_ROOT :.*#GCGRID_ROOT : /home/ubuntu#' CopyRunDirs.input
Expand Down

0 comments on commit 74dfdad

Please sign in to comment.