From: Rudolf Polzer Date: Fri, 2 Apr 2010 18:35:19 +0000 (+0200) Subject: Make it look nicer, but do the same ;) X-Git-Tag: xonotic-v0.1.0preview~512 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=7e8af582d167cd9a0cd05ff85fa53c5365b75b3b;ds=sidebyside Make it look nicer, but do the same ;) --- diff --git a/all b/all index e5260071..d2173896 100755 --- a/all +++ b/all @@ -21,7 +21,7 @@ case "$0" in MINGW*) # Windows hates users. So this script has to copy itself elsewhere first... tname= - cp "$0" ../all.xonotic.sh + cp "$SELF" ../all.xonotic.sh exec ../all.xonotic.sh "$@" ;; esac