summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-10-20 11:09:00 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-10-20 11:09:00 +0200
commit1f8bd9bdc8b4aa1ac9b69066bf1eeb99d70d4911 (patch)
treebc06a14ab5ad5b821ab69cb5074a66546a9d2a3e
parentd1a8ca8abed9314ce4b4938914b3a64b92fe5fef (diff)
downloadbin-1f8bd9bdc8b4aa1ac9b69066bf1eeb99d70d4911.zip
bin-1f8bd9bdc8b4aa1ac9b69066bf1eeb99d70d4911.tar.gz
easy_e17.sh: fix only packages list notification
-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"