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