summaryrefslogtreecommitdiffstats
path: root/bin/add-dsa-needed.sh
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@debian.org>2015-01-17 10:27:39 +0000
committerRaphael Geissert <geissert@debian.org>2015-01-17 10:27:39 +0000
commit802b2ba7ee60315e84f7756970fd4c84effffd39 (patch)
treefa26a4d0290ecf367cc7b8337ae853c70ea4d04c /bin/add-dsa-needed.sh
parent19b999dae5b3a3cb28128caa156a75eb1bb964a6 (diff)
don't error out when no candidate is found
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@31424 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/add-dsa-needed.sh')
-rwxr-xr-xbin/add-dsa-needed.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/add-dsa-needed.sh b/bin/add-dsa-needed.sh
index deb04c6796..04bd36daba 100755
--- a/bin/add-dsa-needed.sh
+++ b/bin/add-dsa-needed.sh
@@ -49,6 +49,7 @@ esac
for release in oldstable stable; do
HOME=$tmpd w3m $turl/$release > $tmpd/$release.txt
+ touch $tmpd/toadd-$release.txt
seen_marker=false
while read line; do
if ! $seen_marker; then

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