1
0
Fork 0

use sh instead of bash

This commit is contained in:
Frank Celler 2019-04-15 09:07:41 +02:00
parent 8830321001
commit 424921d9f2
1 changed files with 1 additions and 1 deletions

View File

@ -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"` \