aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gen-dependencies.sh
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-12-31 18:06:28 -0800
committerJo-Philipp Wich <jo@mein.io>2020-01-01 17:01:02 +0100
commit33f87d2ef6c729c077e923673d2af28ec0ddb7da (patch)
tree5485164fbbcc7f51dcdb5ef4975394b7c339ecd2 /scripts/gen-dependencies.sh
parentdec46a9ea0935f5f3a24626581c44ec4f1fbd676 (diff)
downloadupstream-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/gen-dependencies.sh')
-rwxr-xr-xscripts/gen-dependencies.sh2
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
#