28 Jul
2009
28 Jul
'09
7:59 p.m.
On Tue, Jul 28, 2009 at 7:54 PM, Aaron Griffin<aaronmgriffin@gmail.com> wrote:
Another thought would be to make the scriptlet executable and pass the "function" as an arg to the script, this way we can support #!/bin/bash and #!/bin/sh as well as a myriad of other things
Then we need to put back the 3 magic lines in the few scripts where they were removed, don't we? In any cases, it shouldn't be difficult to do that change automatically on all scriptlets in the repo. And either way, I think this should be done. Either remove these lines from all scriptlets, or make sure all scriptlets have them.