]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - all
Update the netradiant nix env
[xonotic/xonotic.git] / all
diff --git a/all b/all
index a6e8ebb0372a24e3d3814c071eee6557507bf7d5..ca2a093cc9706400f1baf6a10bd3da1467116ed7 100755 (executable)
--- a/all
+++ b/all
@@ -21,10 +21,12 @@ ESC="\e"
 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."