Merge branch 'for-4.20/logitech-highres' into for-linus
[linux-2.6-microblaze.git] / scripts / clang-version.sh
index dbf0a31..e65fbc3 100755 (executable)
@@ -12,7 +12,7 @@
 
 compiler="$*"
 
-if !( $compiler --version | grep -q clang) ; then
+if ! ( $compiler --version | grep -q clang) ; then
        echo 0
        exit 1
 fi