mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-25 10:04:14 +03:00
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 <smcv@debian.org>
This commit is contained in:
parent
d7d1526956
commit
084f8913f0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user