cvs commit: hugs98/src hugs.c server.c
Jeff Lewis
lewie@glass.cse.ogi.edu
Sat, 27 Oct 2001 08:12:26 -0700
lewie 2001/10/27 08:12:26 PDT
Modified files:
src hugs.c server.c
Log:
In Linux, when you invoke runhugs via #!, it groups all command-line args
into one string. Thus, if you have:
#! /usr/bin/runhugs -98 +H
you get argv[1] = "-98 +H". This is a bit strange, but I'm sure someone
has their reasons, because Solaris seems to arbitrarily limit you to one
arg only (the `+H' gets lost). This patch is a workaround for this behavior.
Revision Changes Path
1.48 +15 -2 hugs98/src/hugs.c
1.6 +3 -3 hugs98/src/server.c