mirror of https://gitee.com/bigwinds/arangodb
use sh instead of bash
This commit is contained in:
parent
8830321001
commit
424921d9f2
|
@ -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"` \
|
||||
|
|
Loading…
Reference in New Issue