]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit - make.sh
make.sh: Suppress 'ls :cannot access *.bz2'-message
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sun, 24 May 2020 22:13:50 +0000 (00:13 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 26 May 2020 11:12:04 +0000 (11:12 +0000)
commit5336aaa6fa24092ad3ea392516a52633a7278a31
tree54189cd279b42bc8735c5624d61273d99caa0ade
parent442717a1270fe40ebfc5a02e8eea9bd8ef24e79f
make.sh: Suppress 'ls :cannot access *.bz2'-message

The message "ls: cannot access '*.bz2': No such file or directory" comes
from the 'ls' command prior to creating the *.md5-files for *.bz2, *.img.xz
and *.iso files.

But on most builds we have especially no more bzip2 compressed images anymore.

This message can usually be ignored and is just irritating.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
make.sh