summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-02 15:27:57 +0100
committertv <tv@krebsco.de>2016-02-02 15:27:57 +0100
commit3243c02ed8cd27a04c080bd39560204980f6c16a (patch)
tree1617cc7d6963edfd7b95018d96958b248e6b8778
parenta35a14f92e5727e5987a42a997931d2d991feb24 (diff)
-rwxr-xr-xwith-tmpdir2
1 files changed, 1 insertions, 1 deletions
diff --git a/with-tmpdir b/with-tmpdir
index 412c8c6..ebf712e 100755
--- a/with-tmpdir
+++ b/with-tmpdir
@@ -17,7 +17,7 @@ TMPDIR=$(mktemp -dt "$template")
cleanup() {
# ensure $PWD != $TMPDIR
cd /
- rm -vR "$TMPDIR"
+ rm -fR "$TMPDIR"
}
trap 'cleanup; trap - EXIT INT QUIT' \