From: Rosen Penev Date: Wed, 1 Jan 2020 02:06:28 +0000 (-0800) Subject: scripts/gen-dependencies.sh: use /bin/sh X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=33f87d2ef6c729c077e923673d2af28ec0ddb7da;p=openwrt%2Fstaging%2Fnoltari.git scripts/gen-dependencies.sh: use /bin/sh This uses no special bash stuff. Signed-off-by: Rosen Penev --- 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 #