]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Avoid bashism in .travis.yml
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 19 Dec 2015 14:57:47 +0000 (15:57 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 19 Dec 2015 14:57:47 +0000 (15:57 +0100)
.travis.yml

index 86c40097a32662ced2c13d6eb013db763de370d7..84825641f172a9215bfa17bfbc6b12aa39438fa5 100644 (file)
@@ -26,7 +26,7 @@ script:
     - ./autogen.sh
     - ./configure
     - make
-    - if [ "$CC" == "gcc" ]; then
+    - if [ "$CC" = "gcc" ]; then
           ./test.sh;
       fi