projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
084f891
)
s390x-se-luks-gencpio: Use interoperable path for bash
author
Simon McVittie
<smcv@debian.org>
Mon, 7 Mar 2022 21:07:25 +0000
(21:07 +0000)
committer
Simon McVittie
<smcv@collabora.com>
Mon, 7 Mar 2022 22:49:33 +0000
(22:49 +0000)
On OSs that do not consistently merge /usr/bin with /bin, the path to
bash has traditionally been /bin/bash.
Signed-off-by: Simon McVittie <smcv@debian.org>
src/libostree/s390x-se-luks-gencpio
patch
|
blob
|
history
diff --git
a/src/libostree/s390x-se-luks-gencpio
b/src/libostree/s390x-se-luks-gencpio
index 729aff6fc4cddefbf358e620d705a519b84ca79c..7c94a4406c650f2b0beb1afbc959e4554aaef832 100755
(executable)
--- a/
src/libostree/s390x-se-luks-gencpio
+++ b/
src/libostree/s390x-se-luks-gencpio
@@
-1,4
+1,4
@@
-#!/
usr/
bin/bash
+#!/bin/bash
# This script creates new initramdisk with LUKS config within
set -euo pipefail