packer.js is missing shebang
statico opened this issue · 2 comments
statico commented
ian % /opt/bin/packer -i foo.js
/opt/bin/packer: line 1: syntax error near unexpected token `('
/opt/bin/packer: line 1: `var fs = require('fs');'
I installed packer via npm install packer
and the executable seems to be missing a shebang. Every other npm-installed executable has #!/usr/bin/env node
at the top of the file.
Thanks!
evanw commented
Sorry, fixed!
statico commented
Sweet!