From: Rosen Penev Date: Mon, 6 Jan 2020 02:31:20 +0000 (-0800) Subject: scripts/mkits.sh: switch from bash to sh X-Git-Tag: v21.02.0-rc1~2232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d418dd51ed217317fd5c4815cd1919ba1875dfb;p=thirdparty%2Fopenwrt.git scripts/mkits.sh: switch from bash to sh This no longer needs bash. Signed-off-by: Rosen Penev --- diff --git a/scripts/mkits.sh b/scripts/mkits.sh index c09e537dbd9..62cfc21c6b8 100755 --- a/scripts/mkits.sh +++ b/scripts/mkits.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh # # Licensed under the terms of the GNU GPL License version 2 or later. #