rtomayko / shocco

shocco is a quick-and-dirty, literate-programming-style documentation generator for / in POSIX shell
http://rtomayko.github.com/shocco/
Other
202 stars 38 forks source link

Fix expansion of $file #30

Closed aspiers closed 11 years ago

aspiers commented 11 years ago

The message warning of a missing shebang! line clearly intended to output which file was missing the shebang, but instead it accidentally invoked the file(1) command with no arguments, resulting in an error.

rtomayko commented 11 years ago

Wow. Thanks!