aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-29 17:22:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-29 17:22:20 +1200
commit977ccc23d9afb2f2b36c6920e6e35689b8fb6afc (patch)
tree2df7536a85ab3b7b3ff88ea40583b5ce39149f77
parentMove han(1) to be shebangged (diff)
downloaddotfiles-977ccc23d9afb2f2b36c6920e6e35689b8fb6afc.tar.gz
dotfiles-977ccc23d9afb2f2b36c6920e6e35689b8fb6afc.zip
Remove misplaced check target
-rwxr-xr-xcheck/bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/check/bash b/check/bash
index 859c75a5..525bec34 100755
--- a/check/bash
+++ b/check/bash
@@ -1,5 +1,5 @@
#!/bin/sh
-for bash in bash/* bash/bashrc.d/* bin/han ; do
+for bash in bash/* bash/bashrc.d/* ; do
[ -f "$bash" ] || continue
bash -n "$bash" || exit
done