From: Simon McVittie Date: Mon, 7 Mar 2022 21:06:48 +0000 (+0000) Subject: s390x-se-luks-gencpio: Fix shebang syntax X-Git-Tag: archive/raspbian/2022.2-3+rpi1^2^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=02b17c7190672e1d5aa8d3ef504d1cc0bba35500;p=ostree.git s390x-se-luks-gencpio: Fix shebang syntax An indented `#!` is technically meaningless, although many shells will run text files with the shell if asked to execute them. Signed-off-by: Simon McVittie Gbp-Pq: Name s390x-se-luks-gencpio-Fix-shebang-syntax.patch --- diff --git a/src/libostree/s390x-se-luks-gencpio b/src/libostree/s390x-se-luks-gencpio index f0ad24eb..729aff6f 100755 --- a/src/libostree/s390x-se-luks-gencpio +++ b/src/libostree/s390x-se-luks-gencpio @@ -1,5 +1,5 @@ - #!/usr/bin/bash - # This script creates new initramdisk with LUKS config within +#!/usr/bin/bash +# This script creates new initramdisk with LUKS config within set -euo pipefail old_initrd=$1