diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-12-31 18:06:28 -0800 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-01-01 17:01:02 +0100 |
commit | 33f87d2ef6c729c077e923673d2af28ec0ddb7da (patch) | |
tree | 5485164fbbcc7f51dcdb5ef4975394b7c339ecd2 /scripts | |
parent | dec46a9ea0935f5f3a24626581c44ec4f1fbd676 (diff) | |
download | upstream-33f87d2ef6c729c077e923673d2af28ec0ddb7da.tar.gz upstream-33f87d2ef6c729c077e923673d2af28ec0ddb7da.tar.bz2 upstream-33f87d2ef6c729c077e923673d2af28ec0ddb7da.zip |
scripts/gen-dependencies.sh: use /bin/sh
This uses no special bash stuff.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gen-dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-dependencies.sh b/scripts/gen-dependencies.sh index 01bb5ac037..4beff74bb0 100755 --- a/scripts/gen-dependencies.sh +++ b/scripts/gen-dependencies.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh # # Copyright (C) 2012 OpenWrt.org # |