aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsa-check/glsa-check')
-rwxr-xr-xsrc/glsa-check/glsa-check1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsa-check/glsa-check b/src/glsa-check/glsa-check
index a0bed1e..0dd3aff 100755
--- a/src/glsa-check/glsa-check
+++ b/src/glsa-check/glsa-check
@@ -192,6 +192,7 @@ def summarylist(myglsalist, fd1=sys.stdout, fd2=sys.stderr):
fd2.write(green("[U]")+" means the system is not affected and\n")
fd2.write(red("[N]")+" indicates that the system might be affected.\n\n")
+ myglsalist.sort()
for myid in myglsalist:
try:
myglsa = Glsa(myid, glsaconfig)