From 4ece547f4f5694b5ffb75c10c1e15b272bae1de7 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 11 Apr 2010 12:23:32 +0200 Subject: [PATCH] add another uname prefix to detect Windows (seen that somewhere) --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all b/all index f36fdde2..1cd8124a 100755 --- a/all +++ b/all @@ -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 -- 2.39.2