Re: single line alternative
Bengt Kleberg 13 Mar 2001 11:05 UTC
> Marc Feeley
> to request that a space be added
> after ``#!''
The space is optional on almost all Unices. But there are one or two
obscure versions that require it.
Ie, they read 4 characters from the start of a file and check if these are '#! /'.
So by insisting upon a space the SRFI will become more portable.
Not that anybody actually will use any of these Unices...
Bengt