aboutsummaryrefslogtreecommitdiff
path: root/bin/han
diff options
context:
space:
mode:
Diffstat (limited to 'bin/han')
-rwxr-xr-xbin/han2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/han b/bin/han
index e03a6ac5..34b33ab3 100755
--- a/bin/han
+++ b/bin/han
@@ -46,7 +46,7 @@ trap cleanup EXIT
# If we have exactly one argument and a call to the help builtin with that
# argument succeeds, display its output with `pager -s`.
-if (($# == 1)) && \
+if (($# == 1)) &&
help "${helpopts[@]}" "$1" >"$tmpdir"/"$1".help 2>/dev/null ; then
(cd -- "$tmpdir" && pager -s -- "$1".help)