From: Rosen Penev Date: Mon, 25 Nov 2019 22:44:48 +0000 (-0800) Subject: mvebu: gen_mvebu_sdcard_img.sh: use /bin/sh X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b2e12de339f2a7bde8b41fba0e12b0b7f15b1d1e;p=openwrt%2Fstaging%2Fwigyori.git mvebu: gen_mvebu_sdcard_img.sh: use /bin/sh There is nothing that needs bash anymore. Signed-off-by: Rosen Penev [add prefix to commit title] Signed-off-by: Adrian Schmutzler --- diff --git a/target/linux/mvebu/image/gen_mvebu_sdcard_img.sh b/target/linux/mvebu/image/gen_mvebu_sdcard_img.sh index 277c9377c1..842e591026 100755 --- a/target/linux/mvebu/image/gen_mvebu_sdcard_img.sh +++ b/target/linux/mvebu/image/gen_mvebu_sdcard_img.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh # # Copyright (C) 2016 Josua Mayer #