[OpenWrt-Devel] [PATCH] scripts/symlink-tree.sh: Use /bin/sh
Rosen Penev
rosenp at gmail.com
Mon Dec 30 21:19:29 EST 2019
This uses nothing bash specific.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
scripts/symlink-tree.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/symlink-tree.sh b/scripts/symlink-tree.sh
index aa169e2455..6ed91dfb5a 100755
--- a/scripts/symlink-tree.sh
+++ b/scripts/symlink-tree.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
# Create a new openwrt tree with symlinks pointing at the current tree
# Usage: ./scripts/symlink-tree.sh <destination>
--
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