> Hi, and thanks for your report,
> 
> care to send a patch to fix this?

I certainly can.  One is attached.  Hopefully Exchange won't eat it.
-- 
Robert Macomber
robert.macom...@bigfishgames.com


Big Fish Games, Inc. A New Game Every Day!

diff -ru a/startx b/startx
--- a/startx	2009-01-14 22:34:15.000000000 -0800
+++ b/startx	2009-01-14 22:29:52.000000000 -0800
@@ -54,13 +54,13 @@
     # '' required to prevent cpp from treating "/*" as a C comment.
     /''*|\./''*)
 	if [ "$whoseargs" = "client" ]; then
-	    if [ x"$clientargs" = x ]; then
+	    if [ x"$client" = x ]; then
 		client="$1"
 	    else
 		clientargs="$clientargs $1"
 	    fi
 	else
-	    if [ x"$serverargs" = x ]; then
+	    if [ x"$server" = x ]; then
 		server="$1"
 	    else
 		serverargs="$serverargs $1"

Reply via email to