summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xeasy_e17.sh2
1 files changed, 1 insertions, 1 deletions
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"