From: Nick Terrell Date: Mon, 24 Aug 2020 18:22:57 +0000 (-0700) Subject: [CI][ossfuzz] Fix string equal X-Git-Tag: upstream/1.9.3~1^2~35^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f803995b77379e420d3af21a25903da7c6bf5fbd;p=platform%2Fupstream%2Flz4.git [CI][ossfuzz] Fix string equal --- diff --git a/ossfuzz/travisoss.sh b/ossfuzz/travisoss.sh index 218f4d6..eae9a80 100755 --- a/ossfuzz/travisoss.sh +++ b/ossfuzz/travisoss.sh @@ -12,7 +12,7 @@ then fi # Modify the oss-fuzz Dockerfile so that we're checking out the current branch on travis. -if [ "x${TRAVIS_PULL_REQUEST}" -eq "xfalse" ] +if [ "x${TRAVIS_PULL_REQUEST}" = "xfalse" ] then sed -i "s@https://github.com/lz4/lz4.git@-b ${TRAVIS_BRANCH} https://github.com/lz4/lz4.git@" /tmp/ossfuzz/projects/lz4/Dockerfile else