cvs commit: hugs98/src hugs.c server.c

27 Oct
2001
27 Oct
'01
11:12 a.m.
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
8606
Age (days ago)
8606
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jeff Lewis