Hello, thank you for your public work!
I get an error-message for following setup (copy-pasting to bash console in ubuntu):
git clone git://github.com/olov/node-harmony-wrapper
cd node-harmony-wrapper
./hello-es6
ln -s ./hello-es6 ./test
./test
The first ./hello-es6 works fine, the second ./test prints the error-message: ./test: 2: ./test: [[: not found. "hello world" is printed out correctly, but it is ugly to see this message when using the wrapper for a npm-package executable.
Hello, thank you for your public work!
I get an error-message for following setup (copy-pasting to bash console in ubuntu):
git clone git://github.com/olov/node-harmony-wrapper cd node-harmony-wrapper ./hello-es6 ln -s ./hello-es6 ./test ./testThe first
./hello-es6works fine, the second./testprints the error-message:./test: 2: ./test: [[: not found. "hello world" is printed out correctly, but it is ugly to see this message when using the wrapper for a npm-package executable.