summaryrefslogtreecommitdiffstats
path: root/bin/gen-DSA
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@debian.org>2014-06-03 21:58:43 +0000
committerRaphael Geissert <geissert@debian.org>2014-06-03 21:58:43 +0000
commitcbec8dd89516ef80b6875d6dba814f519a1515a7 (patch)
tree5d3dbfa050bdc385fc20468ddfad6d96d53ddb16 /bin/gen-DSA
parentc9fb6e4b3f73ac2b04ccd270880b29826ce416e2 (diff)
no longer set a fake description when unembargoing
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@27122 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 08de47b60b..919390b2f3 100755
--- a/bin/gen-DSA
+++ b/bin/gen-DSA
@@ -59,7 +59,7 @@ unembargo=false
if [ "$1" = "--unembargo" ]; then
unembargo=true
shift
- set -- "$1" "${2:-bar}"
+ set -- "$1"
fi
toupper() {

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