mirror of https://gitee.com/bigwinds/arangodb
Fixed jslint-script for enterprise files
This commit is contained in:
parent
e52768c497
commit
94e7b203de
|
@ -35,7 +35,7 @@ if [ "x$@" == "x" ] ; then
|
|||
if [ -d ./enterprise ] ; then
|
||||
echo Considering enterprise files...
|
||||
JAVASCRIPT_JSLINT="$JAVASCRIPT_JSLINT \
|
||||
`find ./enterprise/Enterprise/js -name "*.js"` \
|
||||
`find ./enterprise/js -name "*.js"` \
|
||||
"
|
||||
fi
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue