From: terencehill Date: Tue, 13 Jun 2017 14:39:44 +0000 (+0200) Subject: Suppress a wrong error message for Windows users X-Git-Tag: xonotic-v0.8.5~203 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=db64c0e16ea89bca0d55af5a26f17ecef0fe6316;hp=b5edfec6f36c8497d9cf83cd919c870e4323d875 Suppress a wrong error message for Windows users --- 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."