diff mbox series

[OpenWrt-Devel,03/17] gen_mvebu_sdcard_img.sh: Use /bin/sh

Message ID 20191125191340.5980-3-rosenp@gmail.com
State Superseded
Headers show
Series [OpenWrt-Devel,01/17] gen_mvebu_sdcard_img.sh: Replace let with $(()) | expand

Commit Message

Rosen Penev Nov. 25, 2019, 7:13 p.m. UTC
There is nothing that needs bash anymore.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 target/linux/mvebu/image/gen_mvebu_sdcard_img.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bjørn Mork Nov. 25, 2019, 7:16 p.m. UTC | #1
Rosen Penev <rosenp@gmail.com> writes:

> +#!/bash/sh

Eh, that's not /bin/sh


Bjørn
Rosen Penev Nov. 25, 2019, 10:32 p.m. UTC | #2
On Mon, Nov 25, 2019 at 11:16 AM Bjørn Mork <bjorn@mork.no> wrote:
>
> Rosen Penev <rosenp@gmail.com> writes:
>
> > +#!/bash/sh
>
> Eh, that's not /bin/sh
Whoops. Will resend.
>
>
> Bjørn
diff mbox series

Patch

diff --git a/target/linux/mvebu/image/gen_mvebu_sdcard_img.sh b/target/linux/mvebu/image/gen_mvebu_sdcard_img.sh
index 277c9377c1..54935ca7c4 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
+#!/bash/sh
 #
 # Copyright (C) 2016 Josua Mayer
 #