[OpenWrt-Devel] [PATCH 07/17] gen_omap_sdcard_img.sh: Use /bin/sh
Rosen Penev
rosenp at gmail.com
Mon Nov 25 14:13:30 EST 2019
Nothing here needs bash.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
target/linux/omap/image/gen_omap_sdcard_img.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/omap/image/gen_omap_sdcard_img.sh b/target/linux/omap/image/gen_omap_sdcard_img.sh
index 881df9a05d..dbb50cbff4 100755
--- a/target/linux/omap/image/gen_omap_sdcard_img.sh
+++ b/target/linux/omap/image/gen_omap_sdcard_img.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
#
# Copyright (C) 2013 OpenWrt.org
--
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