scripts/mkits.sh: switch from bash to sh

This no longer needs bash.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2020-01-05 18:31:20 -08:00 committed by Petr Štetiar
parent 7aefc85cab
commit 3d418dd51e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh
#
# Licensed under the terms of the GNU GPL License version 2 or later.
#