From: Rudolf Polzer Date: Thu, 4 Apr 2013 14:36:15 +0000 (+0200) Subject: use right kind of parentheses X-Git-Tag: xonotic-v0.7.0~10 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e0fb99b953171dc84f806654503bed51cce6b3fa;p=xonotic%2Fxonotic.git use right kind of parentheses --- diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index 5c076808..544902fc 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -192,7 +192,7 @@ case "$cmd" in verbose sh autogen.sh ) rm -f Xonotic/key_15.d0pk - { + ( verbose cd Xonotic/mapping verbose wget http://www.icculus.org/netradiant/files/netradiant-1.5.0-20120301.tar.bz2 verbose wget http://www.icculus.org/netradiant/files/netradiant-1.5.0-20120301-win32-7z.exe @@ -201,7 +201,7 @@ case "$cmd" in rm -f "$X" done # TODO possibly include other tools? - } + ) ./all each git rev-parse HEAD > Xonotic/misc/git-revisions.txt ;; release-compile-run)