From cf578d1e31b6b8c04bf562013e3988b1d90deb3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= Date: Sat, 25 Jun 2011 21:13:44 -0500 Subject: pkgbuild-check-nonfree shows message acording what it's doing --- pkgbuild-check-nonfree | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgbuild-check-nonfree b/pkgbuild-check-nonfree index e947a39..5ecb5f7 100755 --- a/pkgbuild-check-nonfree +++ b/pkgbuild-check-nonfree @@ -38,8 +38,11 @@ ev=0 # Download the blacklist. msg "Downloading the blacklist of proprietary software packages." wget -N -q -O blacklist.txt "${BLACKLIST}" 2>/dev/null || { - error "Download failed, exiting" - [ -e $XDG_CONFIG_HOME/libretools/blacklist.txt ] || exit 1 + [ -e $XDG_CONFIG_HOME/libretools/blacklist.txt ] || { + error "Download failed, exiting" + exit 1 + } + warning "Using local copy of blacklist" } # Get everything before the `:' in the blacklist (that's the names of the -- cgit v1.1-4-g5e80