Really run scripts under the interpreter specified in the first line.
commit3077c83763853b703f52c1279e6d5a7e7e179599
authorJohannes Sixt <johannes.sixt@telecom.at>
Wed, 28 Feb 2007 10:38:16 +0000 (28 11:38 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Wed, 28 Feb 2007 10:38:16 +0000 (28 11:38 +0100)
tree0d8672190da18da8ef45510e82c16fc40281c403
parentfba729381275254038c1e5a301b10e2b103d727d
Really run scripts under the interpreter specified in the first line.

Earlier we would have run all scripts under 'sh', but only changed
the name (argv[0]) to the parsed interpreter.

While we are here, also ignore command line options specified in
the interpreter line; perl's -w is the common case.
compat/mingw.c