diff options
author | Günther Deschner <gd@samba.org> | 2019-01-22 11:18:20 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2019-02-05 20:41:24 +0100 |
commit | 94aff506747acdc98582ca6426d34a68090077d3 (patch) | |
tree | ffd7576d4d93e510bbd910bf6381aeebfbd75a22 /WHATSNEW.txt | |
parent | 9859cc5c1b052180435c1e11a89023726698f51c (diff) | |
download | samba-94aff506747acdc98582ca6426d34a68090077d3.tar.gz |
WHATSNEW: fix typo.
Guenther
Bug: https://bugzilla.samba.org/show_bug.cgi?id=13757
Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r-- | WHATSNEW.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index e4f33e428bf..bed631c5eaa 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -94,7 +94,7 @@ e.g. '--extra-python=/usr/bin/python2'. It should be noted that support for this option will be deprecated in a future release. What if I need to build with python2? To build with python2 you *must* set -the 'PYTHON' environent variable to override the python3 default for both +the 'PYTHON' environment variable to override the python3 default for both 'configure' and 'make' steps. 'PYTHON=python2 ./configure.developer' |