]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tools: ko-release: make scripts bourne sh compliant [checkbashisms]
authorSami Kerola <kerolasa@iki.fi>
Sun, 18 Mar 2012 20:45:11 +0000 (21:45 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 30 Mar 2012 14:48:13 +0000 (16:48 +0200)
commit7e08b7d3ce4acbaf64425c9fe6c2836a6921402a
treef597b678cff95a6c9b4fb27dbd62673108b8f1b8
parent83134551610941b11081128fcce12ba95ed47964
tools: ko-release: make scripts bourne sh compliant [checkbashisms]

$ checkbashisms ko-release-gen
possible bashism in ko-release-gen line 31 ('function' is useless):
function die {
possible bashism in ko-release-gen line 36 ('function' is useless):
function add_file {
possible bashism in ko-release-gen line 68 ('function' is useless):
function add_html_dir {
possible bashism in ko-release-gen line 72 (brace expansion):
        for fl in $(ls $src/*.{html,css,png}); do

$ checkbashisms ko-release-push
possible bashism in ko-release-push line 29 ('function' is useless):
function die {
possible bashism in ko-release-push line 34 ('function' is useless):
function push_file {

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
tools/ko-release-gen
tools/ko-release-push