mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
scripts/symlink-tree.sh: use /bin/sh
This uses nothing bash specific. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
ec0fb23a41
commit
543d945f07
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
# Create a new openwrt tree with symlinks pointing at the current tree
|
# Create a new openwrt tree with symlinks pointing at the current tree
|
||||||
# Usage: ./scripts/symlink-tree.sh <destination>
|
# Usage: ./scripts/symlink-tree.sh <destination>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user