[Secure-testing-commits] r23740 - bin
Raphael Geissert
geissert at alioth.debian.org
Thu Sep 19 20:37:54 UTC 2013
Author: geissert
Date: 2013-09-19 20:37:54 +0000 (Thu, 19 Sep 2013)
New Revision: 23740
Modified:
bin/gen-DSA
Log:
*Do* get rid of some separators
Modified: bin/gen-DSA
===================================================================
--- bin/gen-DSA 2013-09-19 19:26:53 UTC (rev 23739)
+++ bin/gen-DSA 2013-09-19 20:37:54 UTC (rev 23740)
@@ -55,7 +55,7 @@
}
split_n_sort() {
- printf '%s' "$1" | sed 's/[ ,;]+/ /g;s/^ //' | tr ' ' "\n" | sort -u |
+ printf '%s' "$1" | sed -r 's/[ ,;]+/ /g;s/^ //' | tr ' ' "\n" | sort -u |
sort -n | tr "\n" ' ' | sed -r 's/\s+/ /g;s/\s$//'
}
More information about the Secure-testing-commits
mailing list