From 3d418dd51ed217317fd5c4815cd1919ba1875dfb Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 5 Jan 2020 18:31:20 -0800 Subject: [PATCH] scripts/mkits.sh: switch from bash to sh This no longer needs bash. Signed-off-by: Rosen Penev --- scripts/mkits.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mkits.sh b/scripts/mkits.sh index c09e537dbd..62cfc21c6b 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. # -- 2.30.2