X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=all;h=ca2a093cc9706400f1baf6a10bd3da1467116ed7;hb=591141a9ad63861c1bcd85bdd54bf726bef8e0d5;hp=a6e8ebb0372a24e3d3814c071eee6557507bf7d5;hpb=64d24e80a3dd10cb78bf18a730c138cb9a1c6bae;p=xonotic%2Fxonotic.git 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."