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:
cbiesinger%web.de 2004-02-17 23:24:46 +00:00
parent db8e8092f6
commit ddabf68dfd

View File

@ -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: "
}