- Fix ApplName with space support.

This commit is contained in:
2025-12-02 22:40:45 +01:00
parent 472a94caed
commit 371c36e18d

View File

@@ -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