ソースを参照

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

This uses no special bash stuff.

Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev 5 年 前
コミット
33f87d2ef6
1 ファイル変更1 行追加1 行削除
  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
 #