Commit b47da0d2 authored by Andy Wilkinson's avatar Andy Wilkinson

Fix spellcheck warning introduced in 6bbd50e0

Closes gh-6628
parent 8c106af3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment