Fix spellcheck warning introduced in 6bbd50e0

Closes gh-6628
This commit is contained in:
Andy Wilkinson 2016-08-11 20:35:47 +01:00
parent 8c106af384
commit b47da0d265
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ while [[ -L "$jarfile" ]]; do
cd "$(dirname "$jarfile")" || exit 1
jarfile=$(pwd)/$(basename "$jarfile")
done
jarfolder="$( (cd $(dirname "$jarfile") && pwd -P) )"
jarfolder="$( (cd "$(dirname "$jarfile")" && pwd -P) )"
cd "$WORKING_DIR" || exit 1
# Source any config file