summaryrefslogtreecommitdiffstats
path: root/bin/gen-DSA
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@debian.org>2013-09-19 20:37:54 +0000
committerRaphael Geissert <geissert@debian.org>2013-09-19 20:37:54 +0000
commit705b54f20ebf286aa6e395b419dd928741064f0f (patch)
treeeea7b5d4c8d9cc2577409fa0ca14ecaa1d0a005e /bin/gen-DSA
parentaa4efa1e7b93b33c1a693b462c5c00db68cc8ac9 (diff)
*Do* get rid of some separators
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@23740 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/gen-DSA')
-rwxr-xr-xbin/gen-DSA2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gen-DSA b/bin/gen-DSA
index 4dd4e1bc39..9264b4f631 100755
--- a/bin/gen-DSA
+++ b/bin/gen-DSA
@@ -55,7 +55,7 @@ tolower() {
}
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$//'
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy