From 7262d5fa8be98b53b28a02787c0724f0ad3afb2b Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Wed, 25 Feb 2009 03:16:39 +0000 Subject: [PATCH] show queuefilename in dialog logs to match behavior of cli mode --- ChangeLog-current.txt | 3 ++- src/usr/bin/sbopkg | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog-current.txt b/ChangeLog-current.txt index 79984c2..fb69d40 100644 --- a/ChangeLog-current.txt +++ b/ChangeLog-current.txt @@ -55,5 +55,6 @@ enhancements: * Allow the user to specify what to do on errors once and for all with the '-e' command line switch. The user can now tell sbopkg to ignore any error or to automatically stop on the first one. Thanks to Alan Hicks for - suggesting this feature. + suggesting this feature and thanks to Mauro Giachero for implementing both + the previous feature and this one. +--------------------------+ diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 2266ca8..0a6eb15 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -1133,6 +1133,7 @@ load_user_queue () { for ((i=0; i<${#USERQUEUE[*]}; i++)); do FILE=$QUEUEDIR/${USERQUEUE[$i]//'"'/} if [ -r $FILE ]; then + CLIQUEUEFILE=$FILE # this inhibits add_item_to_queue's msgbox for each added app touch $TMP/sbopkg_user_queue.lck # Reading from $FILE...