diff options
Diffstat (limited to 'scripts/build/source_checksums')
-rwxr-xr-x | scripts/build/source_checksums | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/scripts/build/source_checksums b/scripts/build/source_checksums index e03406473..e09a1a9f2 100755 --- a/scripts/build/source_checksums +++ b/scripts/build/source_checksums @@ -67,12 +67,13 @@ do -print0 | sort -z | xargs -0 ${CHECKSUM}sum > ../${CHECKSUMS} cat > ${CHECKSUMS} << EOF -This file contains the list of ${CHECKSUM} checksums of all files on this medium. - -You can verify them automatically with the 'integrity-check' boot parameter, -or, manually with: '${CHECKSUM}sum -c ${CHECKSUMS}'. - - +## This file contains the list of ${CHECKSUM} checksums of all files on this +## medium. +## +## You can verify them automatically with the 'integrity-check' boot parameter, +## or, manually with: '${CHECKSUM}sum -c ${CHECKSUMS}'. +## +## EOF cat ../${CHECKSUMS} >> ${CHECKSUMS} |