My apologizes, not sure why this sent on this thread.

On Monday, December 9, 2019 at 10:59:56 PM UTC-6, Mason Davis wrote:
>
> The path is slightly incorrect and can cause issues if someone where to 
> copy and paste this code. 
>
> Signed-off-by: Mason Davis <mason...@utexas.edu <javascript:>> 
> --- 
>  README.md | 6 +++--- 
>  1 file changed, 3 insertions(+), 3 deletions(-) 
>
> diff --git a/README.md b/README.md 
> index d51c5e08..a4708c4e 100644 
> --- a/README.md 
> +++ b/README.md 
> @@ -90,13 +90,13 @@ The build script can be used like so per the examples 
> below: 
>  ./scripts/build JAVA_VERSION=10 
> image=openjdk-zulu-9-and-above,spring-boot-example 
>   
>   # Create image with 'ls' executable taken from the host 
> -./scripts/manifest_from_host.sh -w ls && ./script/build --append-manifest 
> +./scripts/manifest_from_host.sh -w ls && ./scripts/build 
> --append-manifest 
>   
>  # Create test image and run all tests in it 
> -./script/build check 
> +./scripts/build check 
>   
>  # Clean the build tree 
> -./script/build clean 
> +./scripts/build clean 
>  ``` 
>   
>  Command nproc will calculate the number of jobs/threads for make and 
> scripts/build automatically. 
> -- 
> 2.24.0 
>
>

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osv-dev/98a25a3d-09df-407d-92f1-5b35e80561c1%40googlegroups.com.

Reply via email to