summaryrefslogtreecommitdiff
path: root/bin/strict-bashism-check
diff options
context:
space:
mode:
Diffstat (limited to 'bin/strict-bashism-check')
-rwxr-xr-xbin/strict-bashism-check12
1 files changed, 0 insertions, 12 deletions
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
@@ -75,18 +75,6 @@ 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.'
shellcheck -x bin/* conf/* 2>&1
)