aboutsummaryrefslogtreecommitdiff
path: root/check/ksh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-04-05 21:08:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-04-05 21:09:19 +1200
commit165c35c70b43349e882bd44be31c0837ab19729b (patch)
tree2a1f4218b78721c3262ac0c0b634629037f50ce6 /check/ksh
parentRemove mail/mailrc from ignored files (diff)
downloaddotfiles-165c35c70b43349e882bd44be31c0837ab19729b.tar.gz
dotfiles-165c35c70b43349e882bd44be31c0837ab19729b.zip
More sh flexibility (check/lint scripts)
Diffstat (limited to 'check/ksh')
-rwxr-xr-xcheck/ksh6
1 files changed, 0 insertions, 6 deletions
diff --git a/check/ksh b/check/ksh
deleted file mode 100755
index 3136c413..00000000
--- a/check/ksh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-for ksh in ksh/* ksh/kshrc.d/* ; do
- [ -f "$ksh" ] || continue
- ksh -n "$ksh" || exit
-done
-printf 'All ksh scripts parsed successfully.\n'