mirror of
https://github.com/frej/fast-export.git
synced 2026-05-07 11:26:50 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
17c8a22066 |
@@ -70,7 +70,7 @@ if test "z$IS_BARE" != ztrue; then
|
|||||||
# This is not a bare repo, cd to the toplevel
|
# This is not a bare repo, cd to the toplevel
|
||||||
TOPLEVEL=$(git rev-parse --show-toplevel) \
|
TOPLEVEL=$(git rev-parse --show-toplevel) \
|
||||||
|| (echo "Could not find git repo toplevel" ; exit 1)
|
|| (echo "Could not find git repo toplevel" ; exit 1)
|
||||||
cd $TOPLEVEL || exit 1
|
cd "$TOPLEVEL" || exit 1
|
||||||
fi
|
fi
|
||||||
GIT_DIR=$(git rev-parse --git-dir) || (echo "Could not find git repo" ; exit 1)
|
GIT_DIR=$(git rev-parse --git-dir) || (echo "Could not find git repo" ; exit 1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user