]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
properly remove the tempdir at the end
authorRudolf Polzer <divVerent@alientrap.org>
Mon, 9 Aug 2010 12:09:15 +0000 (14:09 +0200)
committerRudolf Polzer <divVerent@alientrap.org>
Mon, 9 Aug 2010 12:09:15 +0000 (14:09 +0200)
misc/tools/rebrand-darkplaces-engine.sh

index 3ac3cbd844afd1c7e8f3c9ab0df9269e2528efbf..8403c990087a2268e750b39dda092a30ac038095 100755 (executable)
@@ -125,4 +125,4 @@ EOF
        cat "$t/darkplaces-this.zip" >> "$EXECUTABLE"
 done
 
        cat "$t/darkplaces-this.zip" >> "$EXECUTABLE"
 done
 
-rm -f "$t"
+rm -rf "$t"