[OpenWrt-Devel] [PATCHv2 4/4] scripts/gen_image_generic.sh: use /bin/sh
Rosen Penev
rosenp at gmail.com
Mon Dec 30 00:07:56 EST 2019
This has nothing bash specific.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
scripts/gen_image_generic.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/gen_image_generic.sh b/scripts/gen_image_generic.sh
index 0832bf91de..6a8065e15a 100755
--- a/scripts/gen_image_generic.sh
+++ b/scripts/gen_image_generic.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
# Copyright (C) 2006-2012 OpenWrt.org
set -e -x
if [ $# -ge 5 ] || [ $# -le 6 ]; then
--
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