mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-11 17:36:42 +00:00
Suppress a wrong error message for Windows users
This commit is contained in:
parent
b5edfec6f3
commit
db64c0e16e
2
all
2
all
@ -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."
|
||||||
|
Loading…
Reference in New Issue
Block a user