X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=all;h=ca2a093cc9706400f1baf6a10bd3da1467116ed7;hp=a6e8ebb0372a24e3d3814c071eee6557507bf7d5;hb=4331b691c0e4073402529c9de16fe57d38e3edfb;hpb=64d24e80a3dd10cb78bf18a730c138cb9a1c6bae diff --git a/all b/all index a6e8ebb0..ca2a093c 100755 --- a/all +++ b/all @@ -21,10 +21,12 @@ ESC="" d00=`pwd` case "$0" in /*/all) - export d0=${0%/all} + export d0="${0%/all}" ;; */all) - export d0=$d00/${0%/all} + export d0="$d00/${0%/all}" + ;; + */all.xonotic.sh) ;; *) $ECHO "Cannot find myself."