[Skiboot] [PATCH v2 04/10] external/common: Don't just expect `sh` to be in $PATH
Alistair Popple
alistair at popple.id.au
Thu Nov 12 11:47:38 AEDT 2015
Reviewed-by: Alistair Popple <alistair at popple.id.au>
On Wed, 11 Nov 2015 15:39:58 Cyril Bur wrote:
> Signed-off-by: Cyril Bur <cyril.bur at au1.ibm.com>
> ---
> external/common/get_arch.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/external/common/get_arch.sh b/external/common/get_arch.sh
> index 18a5cef..f4beb1d 100755
> --- a/external/common/get_arch.sh
> +++ b/external/common/get_arch.sh
> @@ -7,5 +7,5 @@ echo -n ARCH_X86
> echo -n ARCH_ARM
> #else
> echo -n ARCH_UNKNOWN
> -#endif" | $1cpp | sh
> +#endif" | $1cpp | /bin/sh
>
>
More information about the Skiboot
mailing list