1 Nov 2011 01:03
Re: OpenBSD and shebang line to a script not supported?
Stefan Johnson <tigerphoenixdragon <at> gmail.com>
2011-11-01 00:03:15 GMT
2011-11-01 00:03:15 GMT
On Mon, Oct 31, 2011 at 6:39 PM, Mikolaj Kucharski <mikolaj <at> 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
RSS Feed