Cannot apply this patch:

Applying: node/GET: use wget -c
error: patch failed: node/GET:10
error: node/GET: patch does not apply
Patch failed at 0001 node/GET: use wget -c
The copy of the patch that failed is found in: 
/home/wkozaczuk/projects/osv/.git/modules/apps/rebase-apply/patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".


On Tuesday, January 16, 2018 at 2:44:35 PM UTC-5, Geraldo Netto wrote:
>
> Signed-off-by: geraldo netto <[email protected] <javascript:>> 
> --- 
>  node/GET | 2 +- 
>  1 file changed, 1 insertion(+), 1 deletion(-) 
>
> diff --git a/node/GET b/node/GET 
> index 79a3b27..142ae4f 100755 
> --- a/node/GET 
> +++ b/node/GET 
> @@ -10,6 +10,6 @@ then 
>    exit 1 
>  fi 
>   
> -wget "https://github.com/nodejs/node/archive/v${1}.tar.gz"; -O - | tar 
> zxf - 
> +wget -c "https://github.com/nodejs/node/archive/v${1}.tar.gz"; -O - | tar 
> zxf - 
>   
>  ./patch "$1" 
> -- 
> 2.7.4 
>
>

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to