aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/han.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/han.bash b/bin/han.bash
index 8536b61b..97dc3a19 100644
--- a/bin/han.bash
+++ b/bin/han.bash
@@ -21,7 +21,7 @@ fi
# the script exits
td=
cleanup() {
- [[ -n "$td" ]] && rm -fr -- "$td"
+ [[ -n $td ]] && rm -fr -- "$td"
}
trap cleanup EXIT
td=$(mktd "$self") || exit