From 438a1a8cbc06740b16fb55db1030692148142586 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 18 Dec 2017 10:22:18 +0100 Subject: bin/*: satisfy shellcheck --- bin/strict-bashism-check | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'bin/strict-bashism-check') diff --git a/bin/strict-bashism-check b/bin/strict-bashism-check index e477213..15fff71 100755 --- a/bin/strict-bashism-check +++ b/bin/strict-bashism-check @@ -72,18 +72,6 @@ if [ -n "${errors}" ]; then exit 1 fi -errors=$( - cd "${tmp_dir}" || \ - echo 'Cannot cd.' - checkbashisms bin/* conf/* 2>&1 -) - -if [ -n "${errors}" ]; then - >&2 echo 'possible bashisms found:' - >&2 echo "${errors}" - exit 1 -fi - errors=$( cd "${tmp_dir}" || \ echo 'Cannot cd.' -- cgit v1.2.3