Suppress a wrong error message for Windows users

This commit is contained in:
terencehill 2017-06-13 16:39:44 +02:00
parent b5edfec6f3
commit db64c0e16e

2
all
View File

@ -26,6 +26,8 @@ case "$0" in
*/all) */all)
export d0="$d00/${0%/all}" export d0="$d00/${0%/all}"
;; ;;
*/all.xonotic.sh)
;;
*) *)
$ECHO "Cannot find myself." $ECHO "Cannot find myself."
$ECHO "Please run this script with the working directory inside a Xonotic checkout." $ECHO "Please run this script with the working directory inside a Xonotic checkout."