[OpenWrt-Devel] [PATCH 12/17] dns313_gen_hdd_img.sh: Switch to /bin/sh

Rosen Penev rosenp at gmail.com
Mon Nov 25 17:44:57 EST 2019


Nothing here needs bash.

Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
 target/linux/gemini/image/dns313_gen_hdd_img.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/gemini/image/dns313_gen_hdd_img.sh b/target/linux/gemini/image/dns313_gen_hdd_img.sh
index 6e899ec840..813852232f 100755
--- a/target/linux/gemini/image/dns313_gen_hdd_img.sh
+++ b/target/linux/gemini/image/dns313_gen_hdd_img.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
 
 set -x
 [ $# -eq 5 ] || {
-- 
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