add another uname prefix to detect Windows (seen that somewhere)

This commit is contained in:
Rudolf Polzer 2010-04-11 12:23:32 +02:00
parent f5bb6ca678
commit 4ece547f4f

2
all
View File

@ -18,7 +18,7 @@ SELF="$d0/all"
case "$0" in
all|*/all)
case "`uname`" in
MINGW*)
MINGW*|Win*)
# Windows hates users. So this script has to copy itself elsewhere first...
tname=
cp "$SELF" ../all.xonotic.sh