Explorar el Código

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

This uses nothing bash specific.

Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev hace 5 años
padre
commit
543d945f07
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>