diff options
author | наб <nabijaczleweli@nabijaczleweli.xyz> | 2021-12-12 20:27:04 +0100 |
---|---|---|
committer | наб <nabijaczleweli@nabijaczleweli.xyz> | 2021-12-12 21:13:50 +0100 |
commit | f1e6f93372ca2dcee75e3ef0ee6cbe9945cf41f4 (patch) | |
tree | 61210783bacd09d7699b5ffa3ca6686949608168 /.semaphore | |
parent | Disable exporting D-Bus Introspection XML if cross-compiling (diff) | |
download | systemd-f1e6f93372ca2dcee75e3ef0ee6cbe9945cf41f4.tar.xz systemd-f1e6f93372ca2dcee75e3ef0ee6cbe9945cf41f4.zip |
Change all fixed-path bash shebangs to /u/b/env bash outside test/
Diffstat (limited to '.semaphore')
-rwxr-xr-x | .semaphore/semaphore-runner.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.semaphore/semaphore-runner.sh b/.semaphore/semaphore-runner.sh index 381504fd3b..d02b449e0e 100755 --- a/.semaphore/semaphore-runner.sh +++ b/.semaphore/semaphore-runner.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # SPDX-License-Identifier: LGPL-2.1-or-later set -eux |