Skip to content

Commit f3eae58

Browse files
committed
TRIVIAL: Removed crap from syncheck.sh
1 parent d8faf42 commit f3eae58

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

syncheck.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
set -e
44

55
HERE=$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null && pwd)
6+
PROG=syncheck.sh
67

78
trap bug_found ERR
89

@@ -32,11 +33,6 @@ function check() {
3233
return 0
3334
}
3435

35-
function bad_exit() {
36-
echo FAILED
37-
exit 1
38-
}
39-
4036
while read file; do
4137
check "$file" '^.{121,}$' -EHn "line too long"
4238
check "$file" ' $' -EHn "trailing whitespace"

0 commit comments

Comments
 (0)