[OpenWrt-Devel] [PATCH 4/4] scripts/gen_image_generic.sh: use /bin/sh

Rosen Penev rosenp at gmail.com
Mon Dec 30 00:04:27 EST 2019


On Sun, Dec 29, 2019 at 8:19 PM Stefan Lippers-Hollmann <s.l-h at gmx.de> wrote:
>
> Hi
>
> On 2019-12-29, Rosen Penev wrote:
> > This has nothing bash specific.
> [...]
> > +++ b/scripts/gen_image_generic.sh
> > @@ -1,4 +1,4 @@
> > -#!/usr/bin/env bash
> > +#!/bin/bash
>
> I assume this was supposed to become #!/bin/sh instead?
Yes. Will resend.
>
> Regards
>         Stefan Lippers-Hollmann
>
> --
> Thanks for looking into this, unecessary bashisms have bothered me quite
> a bit as well.
The main benefit should be faster speed (hence why Ubuntu uses dash),

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list