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 738b21e commit af75308Copy full SHA for af75308
test/travis_before_linux.sh
@@ -168,7 +168,7 @@ fi
168
if test -v TEST_OPENSSL3; then
169
# For a branch, rebuild if the remote branch has updated.
170
if test -v TEST_OPENSSL3_BRANCH -a -f $HOME/root/openssl-is-${TEST_OPENSSL3}; then
171
- latest=`git ls-remote -b $TEST_OPENSSL3_BRANCH https://github.com/openssl/openssl refs/heads/${TEST_OPENSSL3_BRANCH} | cut -f1`
+ latest=`git ls-remote https://github.com/openssl/openssl refs/heads/${TEST_OPENSSL3_BRANCH} | cut -f1`
172
: Got branch latest commit ${latest}
173
if grep -q ^${latest} $HOME/root/openssl-is-${TEST_OPENSSL3}; then
174
: Cached repos already at ${latest}
0 commit comments