Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 9d15d4a

Browse files
committed
[[ Builder ]] Generate more useful sha1sum file
1 parent 708074e commit 9d15d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ dist-upload-files.txt sha1sum.txt:
224224
find . -maxdepth 1 -name 'LiveCodeNotes*.html' >> dist-upload-file; \
225225
fi; \
226226
if test "$(UPLOAD_ENABLE_CHECKSUM)" = "yes"; then \
227-
$(SHA1SUM) < dist-upload-files.txt > sha1sum.txt; \
227+
xargs --arg-file=dist-upload-files.txt $(SHA1SUM) > sha1sum.txt; \
228228
echo sha1sum.txt >> dist-upload-files.txt; \
229229
else \
230230
touch sha1sum.txt; \

0 commit comments

Comments
 (0)