jjb/vpp: fix bad test for makefile target
[ci-management.git] / jjb / vpp / include-raw-vpp-checkstyle.sh
index bc1e408..7c520dd 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # jjb/vpp/include-raw-vpp-checkstyle.sh
 
-if [ "$(grep -E '^checkstyle:' Makefile)" = "checkstyle:" ]
+if [ -n "$(grep -E '^checkstyle:' Makefile)" ]
 then
        make checkstyle
 else