evanw / packer

Simple port of /packer/ by Dean Edwards to node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

packer.js is missing shebang

statico opened this issue · comments

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!

Sorry, fixed!