We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313cced commit 5f48b79Copy full SHA for 5f48b79
travis/build-appimage.sh
@@ -21,7 +21,7 @@ cleanup () {
21
trap cleanup EXIT
22
23
# store repo root as variable
24
-REPO_ROOT=$(readlink -f $(dirname $(dirname $0)))
+REPO_ROOT=$(readlink -f $(dirname $(dirname "$0")))
25
OLD_CWD=$(readlink -f .)
26
27
pushd "$BUILD_DIR"
0 commit comments