]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - all
also load div0-gittools
[xonotic/xonotic.git] / all
diff --git a/all b/all
index 39acd61092957efdc2eebf991bd7a35a5a9f7421..7a2f62db0c2fcbf6b29be9dd44edd50a28bdb5da 100755 (executable)
--- a/all
+++ b/all
@@ -7,10 +7,10 @@ msg()
        echo "\e[1m$*\e[m"
 }
 
-self=`md5sum "$0"`
+self=`cksum "$0"`
 checkself()
 {
-       self_new=`md5sum "$0"`
+       self_new=`cksum "$0"`
        if [ x"$self" != x"$self_new" ]; then
                msg "./all has changed."
                if [ -z "$XONOTIC_FORBID_RERUN_ALL" ]; then
@@ -39,6 +39,7 @@ repos_urls="
        data/xonotic-nexcompat.pk3dir
        darkplaces
        fteqcc@git://github.com/Blub/qclib.git
+       div0-gittools@git://git.icculus.org/divverent/div0-gittools.git
 "
 
 repos=`for X in $repos_urls; do echo "${X%%@*}"; done`