diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-10-20 11:09:00 +0200 |
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-10-20 11:09:00 +0200 |
| commit | 1f8bd9bdc8b4aa1ac9b69066bf1eeb99d70d4911 (patch) | |
| tree | bc06a14ab5ad5b821ab69cb5074a66546a9d2a3e | |
| parent | d1a8ca8abed9314ce4b4938914b3a64b92fe5fef (diff) | |
| download | bin-1f8bd9bdc8b4aa1ac9b69066bf1eeb99d70d4911.zip bin-1f8bd9bdc8b4aa1ac9b69066bf1eeb99d70d4911.tar.gz | |
easy_e17.sh: fix only packages list notification
| -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" |
