summaryrefslogtreecommitdiff
path: root/dot_local/share/sh/tmp
diff options
context:
space:
mode:
Diffstat (limited to 'dot_local/share/sh/tmp')
-rw-r--r--dot_local/share/sh/tmp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_local/share/sh/tmp b/dot_local/share/sh/tmp
index 1aeaea1..ecaf2ba 100644
--- a/dot_local/share/sh/tmp
+++ b/dot_local/share/sh/tmp
@@ -7,5 +7,5 @@ tt() {
local dir=$(mktemp -d)
[ -d "$dir" ] || return 1
cd "$dir"
- trap "rm -r '$dir'" EXIT
+ trap "rm -rf '$dir'" EXIT
}