From 88f406a26f460dee40e7e4c6da8659837ed1f1b9 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 19 Mar 2013 14:28:04 +0100 Subject: Fix warning message in list_package_files --- helper/fileutil.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/fileutil.inc b/helper/fileutil.inc index 4855e326..57f4ff13 100644 --- a/helper/fileutil.inc +++ b/helper/fileutil.inc @@ -45,7 +45,7 @@ list_packet_files() { #FILES=$(echo "$FILES" | sed 's/^\(.*\):###:[0-9]*$/\1/g') local LPRET=$(echo "$FILES" | awk -F ':###:' '{printf $2}') FILES=$(echo "$FILES" | awk -F ':###:' '{print $1}') - [ "x$LPRET" != "x0" ] && pwarning "list_packet_files exited with code '$LPRET' for packet ${PACKAGE}." + [ "x$LPRET" != "x0" ] && pwarning "dpkg/rpm exited with code '$LPRET' for packet ${PACKAGE}." [ -z "$FILES" ] && pwarning "list_packet_files empty for packet ${PACKAGE}." for FILE in $FILES; do [ ! -d "$FILE" ] && echo "$FILE" -- cgit v1.2.3-55-g7522