aboutsummaryrefslogtreecommitdiff
path: root/bin/han
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-21 11:16:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-21 11:16:45 +1200
commit6bcb7df3118f8a752b16bdb98838855303ab164a (patch)
tree0d1af70dd9a72977adedaf2e436607fc7965f3c0 /bin/han
parentSwitch to public clones of Vim submodules (diff)
downloaddotfiles-6bcb7df3118f8a752b16bdb98838855303ab164a.tar.gz
dotfiles-6bcb7df3118f8a752b16bdb98838855303ab164a.zip
Remove unneeded line-break backslashes
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)