[Secure-testing-commits] r18471 - bin
Raphael Geissert
geissert at alioth.debian.org
Sat Feb 18 19:28:43 UTC 2012
Author: geissert
Date: 2012-02-18 19:28:42 +0000 (Sat, 18 Feb 2012)
New Revision: 18471
Modified:
bin/gen-DSA
Log:
trim trailing space in CVE list
Modified: bin/gen-DSA
===================================================================
--- bin/gen-DSA 2012-02-17 21:14:26 UTC (rev 18470)
+++ bin/gen-DSA 2012-02-18 19:28:42 UTC (rev 18471)
@@ -56,6 +56,7 @@
BUGNUM="$4"
CVE="$(printf '%s' "$CVE" | sed 's/[ ,;]+/ /g' | tr ' ' "\n" | sort -n | tr "\n" ' ')"
+CVE="${CVE% }"
cve_spacing=
for i in $(seq 0 16); do
More information about the Secure-testing-commits
mailing list