[OpenWrt-Devel] [PATCHv2 2/2] scripts/gen_image_generic.sh: use /bin/sh

Rosen Penev rosenp at gmail.com
Wed Jan 1 18:01:48 EST 2020


This has nothing bash specific.

Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
 v2: Properly set /bin/sh
 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 814d81d014..230a9ae7d8 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 [ $# -ne 5 ] || [ $# -ne 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