[LEDE-DEV] [PATCH v3 03/13] scripts: add and fix shebang

John Crispin john at phrozen.org
Thu Oct 27 03:15:12 PDT 2016


patch looks good, the subject is just silly and the description is missing

	John

On 06/10/2016 10:50, Jan-Tarek Butt wrote:
> Signed-off-by: Jan-Tarek Butt <tarek at ring0.de>
> ---
>  scripts/freebsd.sh             | 1 +
>  scripts/om-fwupgradecfg-gen.sh | 2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/scripts/freebsd.sh b/scripts/freebsd.sh
> index 3107861..a6cca0e 100644
> --- a/scripts/freebsd.sh
> +++ b/scripts/freebsd.sh
> @@ -1 +1,2 @@
> +#!/bin/sh
>  env PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/ pkg_add -r gmake-3.82.tbz bash-4.1.11.tbz python27-2.7.2_3.tbz gtar-1.26.tbz findutils-4.5.10_2.tbz coreutils-8.12.tbz getopt-1.1.4_2.tbz wget-1.13.4_1.tbz gnugrep-2.9.tbz gawk-4.0.0.tbz
> diff --git a/scripts/om-fwupgradecfg-gen.sh b/scripts/om-fwupgradecfg-gen.sh
> index b200584..93f6794 100644
> --- a/scripts/om-fwupgradecfg-gen.sh
> +++ b/scripts/om-fwupgradecfg-gen.sh
> @@ -1,4 +1,4 @@
> -#/bin/sh
> +#!/bin/sh
>  #
>  # Copyright (C) 2011 OpenWrt.org
>  #
> 



More information about the Lede-dev mailing list