debug puts wrong path

This commit is contained in:
Peter Braden 2012-07-05 13:29:14 -07:00
parent 83ef8576dc
commit cc16770900

View File

@ -1,5 +1,5 @@
#!/bin/bash
node-gyp -d rebuild && echo '-- Compiled OK --
node-gyp rebuild && echo '-- Compiled OK --
' && node smoketest.js && echo '-- Smoke Done, running tests --