On Tue, Jan 16, 2018 at 9:42 PM, geraldo netto <geraldone...@gmail.com>
wrote:

> Signed-off-by: geraldo netto <geraldone...@gmail.com>
> ---
>  fsmark/GET | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fsmark/GET b/fsmark/GET
> index d85b17f..2fcae3e 100755
> --- a/fsmark/GET
> +++ b/fsmark/GET
> @@ -6,7 +6,7 @@ VERSION=3.3
>
>  mkdir upstream
>

Since mkdir will not work if run a second time, the "wget -c" below will
not really have a chance to fix anything.
Moreover, if you look at fsmark/Makefile, as soon as the upstream directory
exists, the "GET" script never gets called again.

So this script needs more work to be able to run several times, and the
"-c" doesn't really help anything - at least not on its own - in this
regard.

 cd upstream
> -wget http://sourceforge.net/projects/fsmark/files/fsmark/$
> VERSION/fs_mark-$VERSION.tar.gz
> +wget -c http://sourceforge.net/projects/fsmark/files/fsmark/$
> VERSION/fs_mark-$VERSION.tar.gz
>  tar zxvf fs_mark-$VERSION.tar.gz
>  mv ./fs_mark-$VERSION ./fs_mark
>
> --
> 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 osv-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

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

Reply via email to