On Mon, Oct 31, 2011 at 6:39 PM, Mikolaj Kucharski <miko...@kucharski.name>wrote:
> On Mon, Oct 31, 2011 at 11:25:22PM +0000, Mikolaj Kucharski wrote: > > Attached archive has small testing scripts to be extracted in /tmp. > > http://www4.kucharski.name/pub/script-shebang-tests.tgz > > I don't know what to tell you. I've never seen anyone try to call a script in the shebang before. If you use #!/usr/bin/perl in the shebang for perl scripts you get expected behavior. If you use #!/bin/sh in the shebang for the shell scripts you get expected behavior. Stefan Johnson