Skip to content

Commit 5f48b79

Browse files
committed
Fix variable escaping
1 parent 313cced commit 5f48b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/build-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cleanup () {
2121
trap cleanup EXIT
2222

2323
# store repo root as variable
24-
REPO_ROOT=$(readlink -f $(dirname $(dirname $0)))
24+
REPO_ROOT=$(readlink -f $(dirname $(dirname "$0")))
2525
OLD_CWD=$(readlink -f .)
2626

2727
pushd "$BUILD_DIR"

0 commit comments

Comments
 (0)