index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-12-18 10:22:18 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-12-18 10:22:18 +0100 |
commit | 438a1a8cbc06740b16fb55db1030692148142586 (patch) | |
tree | 4623db890832b399c32c1305630aa15fe4fd9e9c /bin/strict-bashism-check | |
parent | 52a6a5cbed2b5622e90473d01971eafaf12ec150 (diff) |
-rwxr-xr-x | bin/strict-bashism-check | 12 |
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 ) |