
13 Aug
2003
13 Aug
'03
11:36 a.m.
ross@glass.cse.ogi.edu wrote:
[...] POSIX says the script supplies only one argument "-98 -h20000", so we need to break it up into its constituent options. Unfortunately this will also be done for runhugs run any other way, and for ffihugs, but it's difficult to separate the cases.
A simple "solution" for this would be a new option for use in scripts: #! /usr/bin/runhugs -split-me-please -98 -h20000 vs. runhugs -98 -h20000 Not nice and 100% fool-proof, but probably better than ignoring the problem... Cheers, S.