зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
063c19d40e
Коммит
772edc6832
|
@ -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: "
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче