mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-12 21:10:21 +03:00
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:
parent
183aa1e372
commit
29c2e449e5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user