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
commit7a31ddd1adf0577efcd7077cfb94975316d517ad (patch)
tree093e039539097df5e71ca9d9cac3b6c735dc8ad6 /bin
parentdc358ab2e0f6c0fb37dfe74fcc57c0de7c63cfb0 (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