minor tweak for systems without node-legacy
parent
cb8fbd55a1
commit
116635b20d
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd `dirname $0`/..
|
||||
node bin/sanitycheck.js || exit 1
|
||||
nodejs bin/sanitycheck.js || exit 1
|
||||
|
||||
echo "Sanity check passed."
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue