diff options
Diffstat (limited to 'easy_e17.sh')
-rwxr-xr-x | easy_e17.sh | 2 |
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" |