[PATCH] fix typo in wafsamba

Ira Cooper ira at samba.org
Thu Apr 2 05:41:07 MDT 2015


Reviewed-by: Ira Cooper <ira at samba.org>

-Ira

On Thu, Apr 02, 2015 at 01:29:38PM +0200, Michael Adam wrote:
> This typo is consistent,
> so not harmful, but nonetheless...
> 
> Review/push appreciated
> 
> Michael

> From b63cc9e34c8a6df9a454c7d3006fb8c4858a1c86 Mon Sep 17 00:00:00 2001
> From: Michael Adam <obnox at samba.org>
> Date: Wed, 1 Apr 2015 12:56:05 +0200
> Subject: [PATCH] build:wafsamba: fix a typo
> 
> Signed-off-by: Michael Adam <obnox at samba.org>
> ---
>  buildtools/wafsamba/wscript | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript
> index 3180543..694147e 100755
> --- a/buildtools/wafsamba/wscript
> +++ b/buildtools/wafsamba/wscript
> @@ -41,10 +41,10 @@ def set_options(opt):
>                     help=("comma separated list of libraries to not apply extension to [%s]" % extension_exception),
>                     action="store", dest='PRIVATE_EXTENSION_EXCEPTION', default=extension_exception)
>  
> -    builtin_defauilt = Options.options['BUILTIN_LIBRARIES_DEFAULT']
> +    builtin_default = Options.options['BUILTIN_LIBRARIES_DEFAULT']
>      gr.add_option('--builtin-libraries',
> -                   help=("command separated list of libraries to build directly into binaries [%s]" % builtin_defauilt),
> -                   action="store", dest='BUILTIN_LIBRARIES', default=builtin_defauilt)
> +                   help=("command separated list of libraries to build directly into binaries [%s]" % builtin_default),
> +                   action="store", dest='BUILTIN_LIBRARIES', default=builtin_default)
>  
>      gr.add_option('--minimum-library-version',
>                     help=("list of minimum system library versions (LIBNAME1:version,LIBNAME2:version)"),
> -- 
> 2.1.0
> 



-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20150402/27585b5a/attachment.pgp>


More information about the samba-technical mailing list