From 1f8bd9bdc8b4aa1ac9b69066bf1eeb99d70d4911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Thu, 20 Oct 2011 11:09:00 +0200 Subject: easy_e17.sh: fix only packages list notification --- easy_e17.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy_e17.sh b/easy_e17.sh index 4e3cec7..1025526 100755 --- a/easy_e17.sh +++ b/easy_e17.sh @@ -1308,7 +1308,7 @@ open_header "Compilation & installation" if [ "$action" == "install" ]; then set_notification "normal" "Now building packages..." elif [ "$action" == "only" ]; then - set_notification "normal" "Now building following packages: $updated_packages" + set_notification "normal" "Now building following packages: $effective_packages" elif [ "$action" == "update" ]; then if [ "$updated_packages" ]; then set_notification "normal" "Now building following packages: $updated_packages" -- cgit v1.1-2-g2b99