bin: Don't depend on bash

This commit is contained in:
Devin Lin 2023-11-05 13:33:06 -08:00
parent d97c8b319e
commit 9816ef37c1
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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>