aboutsummaryrefslogtreecommitdiff
path: root/check/yash
diff options
context:
space:
mode:
Diffstat (limited to 'check/yash')
-rwxr-xr-xcheck/yash6
1 files changed, 0 insertions, 6 deletions
diff --git a/check/yash b/check/yash
deleted file mode 100755
index fb737596..00000000
--- a/check/yash
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-for yash in yash/* ; do
- [ -f "$yash" ] || continue
- yash -n "$yash" || exit
-done
-printf 'All yash scripts parsed successfully.\n'