Subject: startx buglet
To: None <tech-x11@NetBSD.org>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-x11
Date: 03/27/2004 18:58:28
Hi!

xsrc built with build.sh on 20040325 created a startx that contains
the following lines:
# display must be the FIRST server argument
            if [ x"$serverargs" = x ] && @@
                 expr "$1" : ':[0-9][0-9]*$' > /dev/null 2>&1; then

The two @s in the second line are obviously wrong.
Haven't looked yet where this comes from.
 Thomas