Make it look nicer, but do the same ;)

This commit is contained in:
Rudolf Polzer 2010-04-02 20:35:19 +02:00
parent a6f6301818
commit 7e8af582d1

2
all
View File

@ -21,7 +21,7 @@ case "$0" in
MINGW*) MINGW*)
# Windows hates users. So this script has to copy itself elsewhere first... # Windows hates users. So this script has to copy itself elsewhere first...
tname= tname=
cp "$0" ../all.xonotic.sh cp "$SELF" ../all.xonotic.sh
exec ../all.xonotic.sh "$@" exec ../all.xonotic.sh "$@"
;; ;;
esac esac