Sfoglia il codice sorgente

scripts/gen-dependencies.sh: use /bin/sh

This uses no special bash stuff.

Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev 5 anni fa
parent
commit
33f87d2ef6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      scripts/gen-dependencies.sh

+ 1 - 1
scripts/gen-dependencies.sh

@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
 #
 # Copyright (C) 2012 OpenWrt.org
 #