cvs commit: hugs98/src server.c
Sven Panne
Sven.Panne@informatik.uni-muenchen.de
Wed, 13 Aug 2003 17:36:15 +0200
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.