From db64c0e16ea89bca0d55af5a26f17ecef0fe6316 Mon Sep 17 00:00:00 2001 From: terencehill Date: Tue, 13 Jun 2017 16:39:44 +0200 Subject: [PATCH 1/1] Suppress a wrong error message for Windows users --- all | 2 ++ 1 file changed, 2 insertions(+) diff --git a/all b/all index dcc4c400..ca2a093c 100755 --- a/all +++ b/all @@ -26,6 +26,8 @@ case "$0" in */all) export d0="$d00/${0%/all}" ;; + */all.xonotic.sh) + ;; *) $ECHO "Cannot find myself." $ECHO "Please run this script with the working directory inside a Xonotic checkout." -- 2.39.2