mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
startplasmamobile: Specify bash in the shebang
/bin/sh is not always bash. In distributions like Mobian where /bin/sh does not have bash features, startplasmamobile outputs "[[: command not found" or similar message because of the use of '[[' on the if statement that looks for systemd-coredump.
This commit is contained in:
parent
69f6a22ba6
commit
cdeba03d5e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# SPDX-FileCopyrightText: 2019-2021 Aleix Pol <apol@kde.org>
|
# SPDX-FileCopyrightText: 2019-2021 Aleix Pol <apol@kde.org>
|
||||||
# SPDX-FileCopyrightText: 2019-2021 Bhushan Shah <bshah@kde.org>
|
# SPDX-FileCopyrightText: 2019-2021 Bhushan Shah <bshah@kde.org>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue