From: Rudolf Polzer Date: Mon, 9 Aug 2010 12:09:15 +0000 (+0200) Subject: properly remove the tempdir at the end X-Git-Tag: xonotic-v0.1.0preview~313 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=18e65af1becb3314d775270a97409fc1d272536a;ds=sidebyside properly remove the tempdir at the end --- diff --git a/misc/tools/rebrand-darkplaces-engine.sh b/misc/tools/rebrand-darkplaces-engine.sh index 3ac3cbd8..8403c990 100755 --- a/misc/tools/rebrand-darkplaces-engine.sh +++ b/misc/tools/rebrand-darkplaces-engine.sh @@ -125,4 +125,4 @@ EOF cat "$t/darkplaces-this.zip" >> "$EXECUTABLE" done -rm -f "$t" +rm -rf "$t"