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 281da9e commit f778413Copy full SHA for f778413
test/travis_before_linux.sh
@@ -54,7 +54,7 @@ function install_apx() {
54
pushd $build
55
# Clone and checkout the commit identified above.
56
git remote add origin ${giturl}
57
- git fetch -q --depth=1 ${commit}
+ git fetch -q --depth=1 origin ${commit}
58
git checkout ${commit}
59
./buildconf ${buildconf}
60
./configure --prefix=${prefix} ${config}
0 commit comments