mirror of https://gitee.com/bigwinds/arangodb
use sh instead of bash
This commit is contained in:
parent
a9f5128b9e
commit
a75196bc61
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ "x$@" == "x" ] ; then
|
if [ "x$@" = "x" ] ; then
|
||||||
JAVASCRIPT_JSLINT="\
|
JAVASCRIPT_JSLINT="\
|
||||||
`find ./js/actions -name "*.js"` \
|
`find ./js/actions -name "*.js"` \
|
||||||
`find ./js/common/bootstrap -name "*.js"` \
|
`find ./js/common/bootstrap -name "*.js"` \
|
||||||
|
|
Loading…
Reference in New Issue