From 3d4f8276ae14dabcd7785842732d5fe5885c7e4f Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sat, 26 Aug 2023 15:45:29 +0200 Subject: [PATCH] fix: use sh instead of bash in build scripts Signed-off-by: Tilman Vatteroth --- commons/build.sh | 2 +- html-to-react/build.sh | 2 +- markdown-it-plugins/build.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commons/build.sh b/commons/build.sh index 3ac68bc62..eaf84ecec 100755 --- a/commons/build.sh +++ b/commons/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # SPDX-FileCopyrightText: 2023 The HedgeDoc developers (see AUTHORS file) # diff --git a/html-to-react/build.sh b/html-to-react/build.sh index 3ac68bc62..eaf84ecec 100755 --- a/html-to-react/build.sh +++ b/html-to-react/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # SPDX-FileCopyrightText: 2023 The HedgeDoc developers (see AUTHORS file) # diff --git a/markdown-it-plugins/build.sh b/markdown-it-plugins/build.sh index 90221034f..a03fbe154 100755 --- a/markdown-it-plugins/build.sh +++ b/markdown-it-plugins/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # SPDX-FileCopyrightText: 2023 The HedgeDoc developers (see AUTHORS file) #