aboutsummaryrefslogtreecommitdiff
path: root/check/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-29 17:18:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-29 17:18:44 +1200
commit9718a5b0ac6b3c242da37da13af900553354caa1 (patch)
treeec8824cfaaa36e4a257ac676b03474b3cb35c47a /check/bash
parentAdd mapfile to completions (conditional on vers) (diff)
downloaddotfiles-9718a5b0ac6b3c242da37da13af900553354caa1.tar.gz
dotfiles-9718a5b0ac6b3c242da37da13af900553354caa1.zip
Move han(1) to be shebangged
Diffstat (limited to 'check/bash')
-rwxr-xr-xcheck/bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/check/bash b/check/bash
index 525bec34..859c75a5 100755
--- a/check/bash
+++ b/check/bash
@@ -1,5 +1,5 @@
#!/bin/sh
-for bash in bash/* bash/bashrc.d/* ; do
+for bash in bash/* bash/bashrc.d/* bin/han ; do
[ -f "$bash" ] || continue
bash -n "$bash" || exit
done