Skip to content

Commit 54ccb1b

Browse files
committed
Fix for installing prereqs for update-cbdep from svn
Change-Id: If2f413e8d9dabebd2311bcef5b4b10de4a9f899e Reviewed-on: http://review.couchbase.org/c/build-tools/+/163695 Tested-by: Chris Hillery <[email protected]> Reviewed-by: Chris Hillery <[email protected]>
1 parent 61cd6e1 commit 54ccb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cbdeps/scripts/update-cbdep-svn2github

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type -P svn > /dev/null 2>&1 || {
1414
sudo apt-get update
1515
sudo apt-get install -y subversion
1616
}
17-
git --help svn > /dev/null 2>&1 || {
17+
[ -e /usr/lib/git-core/git-svn ] || {
1818
sudo apt-get update
1919
sudo apt-get install -y git-svn
2020
}

0 commit comments

Comments
 (0)