public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/3] tests: Fix path to bash
@ 2024-12-06 16:42 Michael Tremer
  2024-12-06 16:42 ` [PATCH 2/3] initscripts: readhash: Only strip quotes if they exist Michael Tremer
  2024-12-06 16:42 ` [PATCH 3/3] initscripts: readhash: Fix handling = signs Michael Tremer
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Tremer @ 2024-12-06 16:42 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1293 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 tests/lib.sh                                    | 2 +-
 tests/src/initscripts/system/functions/test.sh  | 2 +-
 tests/src/initscripts/system/functions/test2.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/lib.sh b/tests/lib.sh
index bb06e11c2..513850d8d 100644
--- a/tests/lib.sh
+++ b/tests/lib.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
 
 # Get the path of this file.
 # This ist rather complex as we do not want the calling script file
diff --git a/tests/src/initscripts/system/functions/test.sh b/tests/src/initscripts/system/functions/test.sh
index dbcbd45ef..7a23b99b9 100755
--- a/tests/src/initscripts/system/functions/test.sh
+++ b/tests/src/initscripts/system/functions/test.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
 
 SCRIPT_PATH="$(dirname "$(readlink -f "$0")")"
 
diff --git a/tests/src/initscripts/system/functions/test2.sh b/tests/src/initscripts/system/functions/test2.sh
index a568ed2a4..9aa5b8bda 100755
--- a/tests/src/initscripts/system/functions/test2.sh
+++ b/tests/src/initscripts/system/functions/test2.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
 
 SCRIPT_PATH="$(dirname "$(readlink -f "$0")")"
 
-- 
2.39.5


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-12-19 18:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-06 16:42 [PATCH 1/3] tests: Fix path to bash Michael Tremer
2024-12-06 16:42 ` [PATCH 2/3] initscripts: readhash: Only strip quotes if they exist Michael Tremer
2024-12-06 16:42 ` [PATCH 3/3] initscripts: readhash: Fix handling = signs Michael Tremer
2024-12-19 18:16   ` Jonatan Schlag

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox