Merge pull request #145830 from l0b0/fix-shellcheck-lints

bash: Fix shellcheck lint
This commit is contained in:
Robert Hensing 2021-11-28 13:59:31 +01:00 committed by GitHub
commit 7658c0dfc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ md5sum -c gpgkey.asc.md5
gpg --import ./gpgkey.asc
rm gpgkey.asc{,.md5}
( echo "# Automatically generated by \`$(basename $0)'; do not edit." ; \
( echo "# Automatically generated by \`$(basename "$0")'; do not edit." ; \
echo "" ; \
echo "patch: [" ) \
>> "$PATCH_LIST"