evanw / packer

Simple port of /packer/ by Dean Edwards to node.js
86 stars 37 forks source link

packer.js is missing shebang #1

Closed statico closed 13 years ago

statico commented 13 years ago
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 13 years ago

Sorry, fixed!

statico commented 13 years ago

Sweet!