fix an ARCH display issue in the updates screen; thanks to alkos333, Marc Payne, and David Spencer for confirming the issue, and thanks to David for testing the fix.

This commit is contained in:
chess.griffin 2010-06-18 01:49:31 +00:00
parent 183aa1e372
commit 29c2e449e5
2 changed files with 4 additions and 1 deletions

View File

@ -21,6 +21,9 @@ enhancements:
presented with a single list of them and a (C)reate/(A)bort prompt.
* The command line user interface has been overhauled in terms of more
consistent validated command line messages and prompts.
* Fix an ARCH display issue in the updates screen; thanks to alkos333, Marc
Payne, and David Spencer for confirming the issue and thanks to David
Spencer for testing the fix.
+--------------------------+
Thu May 27 18:13:59 UTC 2010
Sbopkg 0.33.1 released. This version contains the following fixes and

View File

@ -715,7 +715,7 @@ check_for_updates() {
# Extract the new package version
if [[ ! -z $NEWSB ]]; then
unset BUILD
unset BUILD NEWARCH
eval NEW$(grep -m1 ^ARCH= $NEWSB) 2>/dev/null
if [[ $NEWARCH != "noarch" ]]; then
NEWARCH=$ARCH