aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhandlers/sys.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/sys.in b/handlers/sys.in
index 399a8bd..d1bf820 100755
--- a/handlers/sys.in
+++ b/handlers/sys.in
@@ -146,7 +146,7 @@ if [ "$packages" == "yes" ]; then
set +o noglob
fi
if [ -z "$debconfgetselections" ]; then
- warning "can't find ${debconfgetselections}, skipping package selection states."
+ warning "can't find debconf-get-selections, skipping package selection states."
else
debug "$debconfgetselections > $selectionsfile"
$debconfgetselections > $selectionsfile || fatal "can not save $debconfgetselections info to $selectionsfile"