From 7023709e63aedf25395e9900a7631d0c1998adfa Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Wed, 22 Feb 2023 20:44:42 +0100 Subject: hostapd: T5003: explicitly use bash as interpreter of choice Dcoker image defaults to DASH in non-interactive mode for a shell which has limited capabilities. --- packages/hostap/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/hostap') diff --git a/packages/hostap/build.sh b/packages/hostap/build.sh index 4e140d80..5e9767e7 100755 --- a/packages/hostap/build.sh +++ b/packages/hostap/build.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash CWD=$(pwd) set -e -- cgit v1.2.3