瀏覽代碼

scripts/symlink-tree.sh: use /bin/sh

This uses nothing bash specific.

Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev 5 年之前
父節點
當前提交
543d945f07
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/symlink-tree.sh

+ 1 - 1
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>