On 2016-11-18 13:32, [email protected] wrote:
> From: Andreas Kölbl <Andreas Kölbl [email protected]>
> 
> We are missing a $i.
> 
> Signed-off-by: Andreas Kölbl <[email protected]>
> ---
>  Documentation/setup-on-banana-pi-arm-board.md | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/setup-on-banana-pi-arm-board.md 
> b/Documentation/setup-on-banana-pi-arm-board.md
> index 0023e57..26b8448 100644
> --- a/Documentation/setup-on-banana-pi-arm-board.md
> +++ b/Documentation/setup-on-banana-pi-arm-board.md
> @@ -160,7 +160,7 @@ $ export 
> PATH=$PATH:$(pwd)/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf/bin
>  ```bash
>  $ cd ~/linux-stable
>  $ git checkout v4.3.3
> -$ for i in ../bananian/kernel/4.3.3/patches/*; do patch -p1 < ; done
> +$ for i in ../bananian/kernel/4.3.3/patches/*; do patch -p1 < $i; done
>  
>  #Copy config from jailhouse/ci directory
>  $ cp -av ../jailhouse/ci/kernel-config-banana-pi .config
> 

Thanks, queued (after sanitizing the From:)

Jan

-- 
Siemens AG, Corporate Technology, CT RDA ITP SES-DE
Corporate Competence Center Embedded Linux

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to