1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-14 03:03:52 +02:00

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

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.
#