diff --git a/src/usr/doc/ChangeLog.txt b/src/usr/doc/ChangeLog.txt index a31cd2d..8a8036e 100644 --- a/src/usr/doc/ChangeLog.txt +++ b/src/usr/doc/ChangeLog.txt @@ -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 diff --git a/src/usr/sbin/sbopkg b/src/usr/sbin/sbopkg index 4271ce2..26ba57f 100755 --- a/src/usr/sbin/sbopkg +++ b/src/usr/sbin/sbopkg @@ -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