From 9060e96c876ed762b797f75698de60bbc9c06189 Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Thu, 31 Jul 2014 08:30:43 +0000 Subject: Revert "Adapt bin/gen-DLA to let DLA's always read as DLA-####-#" This reverts commit 43d595ff4bf909a5a1438e385426779dcc91d90b. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28012 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- bin/gen-DLA | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/gen-DLA') diff --git a/bin/gen-DLA b/bin/gen-DLA index 1284847cc4..a2f57f09c9 100755 --- a/bin/gen-DLA +++ b/bin/gen-DLA @@ -222,10 +222,10 @@ fi if [ -z "$DLAID" ]; then latest_dla="$(sed -nr '/DLA-[0-9]+-1/{s/^.+DLA-[0]*([0-9]+).*$/\1/;p;q}' data/DLA/list)" - dla=$(printf '%04d' $(($latest_dla+1))) + dla=$(($latest_dla+1)) c=0 while dla_exists "$dla-1"; do - dla=$(printf '%04d' $(($dla+1))) + dla=$(($dla+1)) c=$(($c+1)) if [ $c -eq 10 ]; then error "unable to find an unused DLA id after $c attempts" >&2 -- cgit v1.2.3