1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00

mvebu: gen_mvebu_sdcard_img.sh: use /bin/sh

There is nothing that needs bash anymore.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
[add prefix to commit title]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Rosen Penev 2019-11-25 14:44:48 -08:00 committed by Adrian Schmutzler
parent 3f65fe5d62
commit b2e12de339

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh
#
# Copyright (C) 2016 Josua Mayer
#