This uses nothing bash specific. Signed-off-by: Rosen Penev <[email protected]> --- 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 [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
