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
This commit is contained in:
cbiesinger%web.de 2004-02-17 23:24:46 +00:00
Родитель 063c19d40e
Коммит 772edc6832
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,7 @@ export PATH=/usr/xpg4/bin:/usr/sbin:/usr/bin
# Enumerate installed patches # Enumerate installed patches
enumerate_patch_list() enumerate_patch_list()
{ {
showrev -p | grep "^Patch: " showrev -p | sort -n |grep "^Patch: "
#cat patchlist.txt | grep "^Patch: " #cat patchlist.txt | grep "^Patch: "
} }