- Fix ApplName with space support.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user