From e0fb99b953171dc84f806654503bed51cce6b3fa Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 4 Apr 2013 16:36:15 +0200 Subject: [PATCH] use right kind of parentheses --- misc/tools/all/release.subr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2