We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa82e8 commit 17c8a22Copy full SHA for 17c8a22
hg-fast-export.sh
@@ -70,7 +70,7 @@ if test "z$IS_BARE" != ztrue; then
70
# This is not a bare repo, cd to the toplevel
71
TOPLEVEL=$(git rev-parse --show-toplevel) \
72
|| (echo "Could not find git repo toplevel" ; exit 1)
73
- cd $TOPLEVEL || exit 1
+ cd "$TOPLEVEL" || exit 1
74
fi
75
GIT_DIR=$(git rev-parse --git-dir) || (echo "Could not find git repo" ; exit 1)
76
0 commit comments