aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-05 10:34:44 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-05 10:34:44 +1300
commitbacde71e5b8de9ca2948e62bc196ee4550ded2d0 (patch)
treeb9f35cf861569e21782fed83c6e53156dbe06220 /bin
parentSwitch to correct plural of "index" (diff)
downloaddotfiles-bacde71e5b8de9ca2948e62bc196ee4550ded2d0.tar.gz
dotfiles-bacde71e5b8de9ca2948e62bc196ee4550ded2d0.zip
Drop unneeded quotes
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