mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
bin: Don't depend on bash
This commit is contained in:
parent
d97c8b319e
commit
9816ef37c1
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
# SPDX-FileCopyrightText: 2019 Aleix Pol Gonzalez <aleixpol@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2019-2021 Aleix Pol <apol@kde.org>
|
||||
# SPDX-FileCopyrightText: 2019-2021 Bhushan Shah <bshah@kde.org>
|
||||
|
|
|
|||
Loading…
Reference in a new issue