bug 230598, sort the showrev output, to avoid complaining about missing patches
that are really already installed, patch by p.boven@chello.nl (Paul Boven) r=roland.mainz@nrubsig.org sr=bz a=chofmann git-svn-id: svn://10.0.0.236/trunk@152861 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
db8e8092f6
commit
ddabf68dfd
@ -41,7 +41,7 @@ export PATH=/usr/xpg4/bin:/usr/sbin:/usr/bin
|
||||
# Enumerate installed patches
|
||||
enumerate_patch_list()
|
||||
{
|
||||
showrev -p | grep "^Patch: "
|
||||
showrev -p | sort -n |grep "^Patch: "
|
||||
#cat patchlist.txt | grep "^Patch: "
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user