[OpenWrt-Devel] [PATCH 5/5] scripts/mkits.sh: Switch from bash to sh
Rosen Penev
rosenp at gmail.com
Mon Dec 30 21:21:40 EST 2019
This no longer needs bash.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
scripts/mkits.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/mkits.sh b/scripts/mkits.sh
index c09e537dbd..62cfc21c6b 100755
--- a/scripts/mkits.sh
+++ b/scripts/mkits.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
#
# Licensed under the terms of the GNU GPL License version 2 or later.
#
--
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