]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
add another uname prefix to detect Windows (seen that somewhere)
authorRudolf Polzer <rpolzer@grawp.(none)>
Sun, 11 Apr 2010 10:23:32 +0000 (12:23 +0200)
committerRudolf Polzer <rpolzer@grawp.(none)>
Sun, 11 Apr 2010 10:23:32 +0000 (12:23 +0200)
all

diff --git a/all b/all
index f36fdde2eeeceae5f4f5137e37e4b1001f72e655..1cd8124a1e65ac89032995edf89dfdb3e44ebbb6 100755 (executable)
--- a/all
+++ b/all
@@ -18,7 +18,7 @@ SELF="$d0/all"
 case "$0" in
        all|*/all)
                case "`uname`" in
 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
                                # Windows hates users. So this script has to copy itself elsewhere first...
                                tname=
                                cp "$SELF" ../all.xonotic.sh