bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 01/21] gnulib-tool: disable a symbolic link on OS/2


From: Bruno Haible
Subject: Re: [PATCH 01/21] gnulib-tool: disable a symbolic link on OS/2
Date: Mon, 01 Dec 2014 00:13:12 +0100
User-agent: KMail/4.8.5 (Linux/3.2.0-64-generic; KDE/4.8.5; x86_64; ; )

> (do_copyrights): Clear unless no_symlink_support is set.

>        -S | --more-symlinks | --more-symlink | --more-symlin | --more-symli | 
> --more-syml | --more-sym | --more-sy | --more-s | --more- | --more | --mor | 
> --mo )
> -        symbolic=true
> -        do_copyrights=
> +        test -z "$no_symlink_support" && symbolic=true
> +        test -z "$no_symlink_support" && do_copyrights=
>          shift ;;

I would leave the do_copyrights line as it is.
Rationale: It is desirable for the -S option to produce the same output
(file contents) on all platforms.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]