can build node.js file from cwd now

This commit is contained in:
Craig Condon
2011-11-26 17:30:13 -06:00
parent 015b60ee24
commit 1e12cad040
+1 -1
View File
@@ -14,7 +14,7 @@ options('o', {
demand: true,
alias: 'output',
desc: 'The output binary',
default: process.cwd() + path.basename(process.cwd()) + '.nex'
default: process.cwd() + '/' + path.basename(process.cwd()) + '.nex'
}).
options('r', {
alias: 'runtime',