- Fix ApplName with space support.
This commit is contained in:
@@ -32,8 +32,8 @@ then
|
|||||||
export APPL_NAME="$1"
|
export APPL_NAME="$1"
|
||||||
shift
|
shift
|
||||||
else
|
else
|
||||||
export APPL_DIR="$( dirname $1)"
|
export APPL_DIR="$( dirname "$1")"
|
||||||
export APPL_NAME="./$(basename $1)"
|
export APPL_NAME="./$(basename "$1")"
|
||||||
shift
|
shift
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user