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 a99cac0 commit 6ed44f0Copy full SHA for 6ed44f0
bin/setup
@@ -5,7 +5,7 @@ set -e
5
# run command at repo root
6
CURRENT_PATH=$PWD
7
if [ -d .git ]; then
8
- cd $(git rev-parse --show-toplevel)
+ cd "$(git rev-parse --show-toplevel)"
9
fi
10
11
if ! type npm > /dev/null
@@ -43,4 +43,4 @@ Read more info at https://github.com/hackmdio/hackmd#configuration-files
43
EOF
44
45
# change directory back
46
-cd $CURRENT_PATH
+cd "$CURRENT_PATH"
0 commit comments