FIX: Incorrect syntax.
authorGuo Xiang Tan <tgx_world@hotmail.com>
Tue, 26 Apr 2016 07:48:01 +0000 (15:48 +0800)
committerGuo Xiang Tan <tgx_world@hotmail.com>
Tue, 26 Apr 2016 07:48:01 +0000 (15:48 +0800)
launcher

index f5b99361821305d70b524ac59db0853130296234..983d02707144b9de679c05105e5773d15d9ba4ce 100755 (executable)
--- a/launcher
+++ b/launcher
@@ -30,7 +30,7 @@ shift 2
 user_args=""
 
 while [ ${#} -gt 0 ]; do
-  case "#{1}" in
+  case "${1}" in
 
   --skip-prereqs)
     SKIP_PREREQ="1"