From a75196bc61ff2d5d64eb0632d3b6127f83f94656 Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Mon, 15 Apr 2019 09:08:13 +0200 Subject: [PATCH] use sh instead of bash --- utils/jslint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/jslint.sh b/utils/jslint.sh index 95238c11f9..26a15a206a 100755 --- a/utils/jslint.sh +++ b/utils/jslint.sh @@ -1,6 +1,6 @@ #!/bin/sh -if [ "x$@" == "x" ] ; then +if [ "x$@" = "x" ] ; then JAVASCRIPT_JSLINT="\ `find ./js/actions -name "*.js"` \ `find ./js/common/bootstrap -name "*.js"` \