[Charset iso-8859-1 unsupported, filtering to ASCII...]
> Ok, well I figured out what was wrong and why I was getting a security
> violation before. It wasn't a system security violation, it was a REBOL
> security violation. In any case, I've tried a bunch of different command
> line things in the shebang line, among other things, including:
> 
> (#!rebol --cgi           ;this is the one I use normally, which works.)
> 
> #!rebol --cgi -s
> #!rebol --cgi --secure none
> and
> "secure [file none]" in the script
> 
> but the only one that has worked has been:
> #!rebol -cs

If rebol starts from the first line of text file with executable flag,
it takes only one option (only one '-?????'). It's not problem of rebol
AFAIK, it's common manner.
I don't know why. Please take it as the fact.

Regards,
Jan

--
Jan Strejcek
[EMAIL PROTECTED]

Reply via email to