|
Hi Keith, thanks. I did a quick test with the /usr/bin/env approach. On GNU/Linux (Linux Mint) it seems like the command line options for apl are not passed properly: eedjsa@server66:~/projects/juergen/apl-1.5/src$ cat x #! /usr/bin/env apl --script 'ARG:' ⎕ARG )OFF eedjsa@server66:~/projects/juergen/apl-1.5/src$ ./x /usr/bin/env: apl --script: No such file or directory eedjsa@server66:~/projects/juergen/apl-1.5/src$ If I remove the --script then it works. However, my statement about the shell's PATH seems to be wrong and will be corrected in the next SVN revision. /// Jürgen On 02/25/2016 05:57 PM, Keith Thompson
wrote:
|
- [Bug-apl] Error in description of "#!" line Keith Thompson
- Re: [Bug-apl] Error in description of "#!"... Juergen Sauermann
