[PATCH 8/9] test: replace shebangs with descriptions in shell libraries

2013-11-25 Thread Jonathan Nieder
A #! line in these files is misleading, since these scriptlets are meant to be sourced with '.' (using whatever shell sources them) instead of run directly using the interpreter named on the #! line. Removing the #! line shouldn't hurt syntax highlighting since these files have filenames ending

Re: [PATCH 8/9] test: replace shebangs with descriptions in shell libraries

2013-11-25 Thread Eric Sunshine
On Mon, Nov 25, 2013 at 4:03 PM, Jonathan Nieder jrnie...@gmail.com wrote: A #! line in these files is misleading, since these scriptlets are meant to be sourced with '.' (using whatever shell sources them) instead of run directly using the interpreter named on the #! line. Removing the #!