s390x-se-luks-gencpio: Use interoperable path for bash
authorSimon McVittie <smcv@debian.org>
Mon, 7 Mar 2022 21:07:25 +0000 (21:07 +0000)
committerSimon 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

index 729aff6fc4cddefbf358e620d705a519b84ca79c..7c94a4406c650f2b0beb1afbc959e4554aaef832 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
 # This script creates new initramdisk with LUKS config within
 set -euo pipefail