fix: use sh instead of bash in build scripts

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth
2023-08-26 15:45:29 +02:00
parent a8a6789f3c
commit 3d4f8276ae
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# SPDX-FileCopyrightText: 2023 The HedgeDoc developers (see AUTHORS file)
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# SPDX-FileCopyrightText: 2023 The HedgeDoc developers (see AUTHORS file)
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# SPDX-FileCopyrightText: 2023 The HedgeDoc developers (see AUTHORS file)
#