Fix spellcheck warning introduced in 6bbd50e0

Closes gh-6628
pull/6614/merge
Andy Wilkinson 8 years ago
parent 8c106af384
commit b47da0d265

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

Loading…
Cancel
Save