This does not use any special bash stuff. Signed-off-by: Rosen Penev <[email protected]> --- scripts/arm-magic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/arm-magic.sh b/scripts/arm-magic.sh index 29ec88ab2f..b4b0fa94f5 100755 --- a/scripts/arm-magic.sh +++ b/scripts/arm-magic.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh # # Empty/wrong machtype-workaround generator # -- 2.24.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
