summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2020-06-20 10:12:17 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2020-06-22 10:36:49 +0200
commit13c2511a59c0907e53b687936301d5ccd18c0aa2 (patch)
treefa3c8fd4a4d729c66a77d643eb44b8006928ee08 /bin
parent62e46839b0f87d9a65788e92fa6461272eee8315 (diff)
Fix indentation in while loop lost in an earlier refactoring
Fixes: 2df873e89355 ("Replace tabs with spaces for add-dsa-needed.sh script")
Diffstat (limited to 'bin')
-rwxr-xr-xbin/add-dsa-needed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/add-dsa-needed.sh b/bin/add-dsa-needed.sh
index 8aefcba3bf..e38fdd653b 100755
--- a/bin/add-dsa-needed.sh
+++ b/bin/add-dsa-needed.sh
@@ -99,6 +99,6 @@ done
# and that are added with /$release suffix
for release in $releases; do
while read pkg; do
- printf "%s/%s\n--\n" "$pkg" "$release" >> $output
+ printf "%s/%s\n--\n" "$pkg" "$release" >> $output
done < $tmpd/toadd-$release.txt
done

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