[OpenWrt-Devel] [PATCH 06/17] rb532/gen_image.sh: Use /bin/sh
    Rosen Penev 
    rosenp at gmail.com
       
    Mon Nov 25 14:13:29 EST 2019
    
    
  
Nothing here needs bash.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
 target/linux/rb532/image/gen_image.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/rb532/image/gen_image.sh b/target/linux/rb532/image/gen_image.sh
index a9d48d86ca..e46539fd85 100755
--- a/target/linux/rb532/image/gen_image.sh
+++ b/target/linux/rb532/image/gen_image.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
 OUTPUT="$1"
 KERNELSIZE="$2"
 KERNELIMAGE="$3"
-- 
2.23.0
_______________________________________________
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