[OpenWrt-Devel] [PATCH] scripts/arm-magic.sh: Switch to /bin/sh
Rosen Penev
rosenp at gmail.com
Tue Dec 31 21:07:05 EST 2019
This does not use any special bash stuff.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
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
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list