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 61cd6e1 commit 54ccb1bCopy full SHA for 54ccb1b
cbdeps/scripts/update-cbdep-svn2github
@@ -14,7 +14,7 @@ type -P svn > /dev/null 2>&1 || {
14
sudo apt-get update
15
sudo apt-get install -y subversion
16
}
17
-git --help svn > /dev/null 2>&1 || {
+[ -e /usr/lib/git-core/git-svn ] || {
18
19
sudo apt-get install -y git-svn
20
0 commit comments