[1/3] tests: Fix path to bash
Commit Message
Signed-off-by: Michael Tremer <michael.tremer@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(-)
@@ -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
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
SCRIPT_PATH="$(dirname "$(readlink -f "$0")")"
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
SCRIPT_PATH="$(dirname "$(readlink -f "$0")")"