MacOS doesn't seem to like ~ as /home/jay

This commit is contained in:
Jay Lee
2016-10-31 09:37:17 -04:00
parent 2c2046a784
commit 6be52c8b3c

View File

@@ -14,7 +14,7 @@ OPTIONS:
EOF
}
target_dir="~/bin/"
target_dir="$HOME/bin/"
gamarch=$(uname -m)
gamos=$(uname -s)
gamversion="latest"