Unverified Commit 76ea72c2 authored by boklm's avatar boklm
Browse files

Bug 40747: Remove empty line at the top of sha256sums-unsigned-build.txt

parent 98053ed8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -51,7 +51,7 @@ RewriteRule ^sha256sums.incrementals.txt.asc$ sha256sums-unsigned-build.incremen
EOF
EOF


# empty any existing sh256sums file
# empty any existing sh256sums file
echo > sha256sums-unsigned-build.txt
echo -n > sha256sums-unsigned-build.txt
# concat sha256sum entry for each file in set
# concat sha256sum entry for each file in set
for i in $(ls -1 *.exe *.tar.xz *.dmg *.mar *.zip *.tar.gz *.apk *.json | grep -v '\.incremental\.mar$' | sort)
for i in $(ls -1 *.exe *.tar.xz *.dmg *.mar *.zip *.tar.gz *.apk *.json | grep -v '\.incremental\.mar$' | sort)
do
do