Skip to content

Commit 424d3d8

Browse files
committed
git-svn-synchronizer: fix test
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 6dc1516 commit 424d3d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

git-svn-synchronizer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ then
4242
fi
4343

4444
# initialize the Subversion URL
45-
if ! test -d .git/svn || test "a$SVN_URL" != "$(git config svn-remote.svn.url)"
45+
if ! test -d .git/svn || test "a$SVN_URL" != "a$(git config svn-remote.svn.url)"
4646
then
4747
# Try standard trunk/branches/tags setup first
4848
if ! git svn init -s "$SVN_URL" &&

0 commit comments

Comments
 (0)