[OpenWrt-Devel] [PATCH 2/2] scripts/gen-dependencies.sh: use /bin/sh
Rosen Penev
rosenp at gmail.com
Tue Dec 31 21:06:28 EST 2019
This uses no special bash stuff.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
scripts/gen-dependencies.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/gen-dependencies.sh b/scripts/gen-dependencies.sh
index 01bb5ac037..4beff74bb0 100755
--- a/scripts/gen-dependencies.sh
+++ b/scripts/gen-dependencies.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
#
# Copyright (C) 2012 OpenWrt.org
#
--
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