From 6be52c8b3c4c8bcdf930d8a559ae88826e27ffb3 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 31 Oct 2016 09:37:17 -0400 Subject: [PATCH] MacOS doesn't seem to like ~ as /home/jay --- src/gam-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam-install.sh b/src/gam-install.sh index cfeabc6c..7d4c1d43 100755 --- a/src/gam-install.sh +++ b/src/gam-install.sh @@ -14,7 +14,7 @@ OPTIONS: EOF } -target_dir="~/bin/" +target_dir="$HOME/bin/" gamarch=$(uname -m) gamos=$(uname -s) gamversion="latest"