[Secure-testing-commits] r27122 - bin

Raphael Geissert geissert at moszumanska.debian.org
Tue Jun 3 21:58:43 UTC 2014


Author: geissert
Date: 2014-06-03 21:58:43 +0000 (Tue, 03 Jun 2014)
New Revision: 27122

Modified:
   bin/gen-DSA
Log:
no longer set a fake description when unembargoing


Modified: bin/gen-DSA
===================================================================
--- bin/gen-DSA	2014-06-03 21:57:37 UTC (rev 27121)
+++ bin/gen-DSA	2014-06-03 21:58:43 UTC (rev 27122)
@@ -59,7 +59,7 @@
 if [ "$1" = "--unembargo" ]; then
     unembargo=true
     shift
-    set -- "$1" "${2:-bar}"
+    set -- "$1"
 fi
 
 toupper() {




More information about the Secure-testing-commits mailing list