1
0
Fork 0

use sh instead of bash

This commit is contained in:
Frank Celler 2019-04-15 09:08:13 +02:00
parent a9f5128b9e
commit a75196bc61
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"` \