Talk:Program name: Difference between revisions

Content added Content deleted
(→‎Octave: end of story?)
(→‎Octave: Does <code>#!/usr/bin/env octave -qf</code> work on some system?)
Line 71: Line 71:


: Not really. OS kernels don't necessarily pass all items on shebang line to interpreter; some give the script name as the only argument, some pass all items on the shebang line as a single string, and some pass only the first item as argument (and some don't even have /usr/bin/env). The example works ''on your system'', end of story. --[[User:Ledrug|Ledrug]] 03:23, 30 September 2011 (UTC)
: Not really. OS kernels don't necessarily pass all items on shebang line to interpreter; some give the script name as the only argument, some pass all items on the shebang line as a single string, and some pass only the first item as argument (and some don't even have /usr/bin/env). The example works ''on your system'', end of story. --[[User:Ledrug|Ledrug]] 03:23, 30 September 2011 (UTC)

:: Does <code>#!/usr/bin/env octave -qf</code> work on some system? I had assumed that someone had inserted a <code>#!/usr/bin/env octave -qf</code> without testing it. Perhaps my assumption was wrong. --[[User:Kernigh|Kernigh]] 03:35, 30 September 2011 (UTC)