diff --git a/bin/run.sh b/bin/run.sh index 9fa858f..ece27c7 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -32,8 +32,8 @@ then export APPL_NAME="$1" shift else - export APPL_DIR="$( dirname $1)" - export APPL_NAME="./$(basename $1)" + export APPL_DIR="$( dirname "$1")" + export APPL_NAME="./$(basename "$1")" shift fi