From: Andrew M. Kuchling Date: Wed, 28 Feb 2001 19:40:27 +0000 (+0000) Subject: Placate tabnanny X-Git-Tag: v2.1b1~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6335773434403570ec6b05fd9b97c219b605c41a;p=python Placate tabnanny --- diff --git a/Lib/distutils/sysconfig.py b/Lib/distutils/sysconfig.py index 2b0bce33e9..91f9279d87 100644 --- a/Lib/distutils/sysconfig.py +++ b/Lib/distutils/sysconfig.py @@ -306,7 +306,7 @@ def _init_posix(): # -- these paths are relative to the Python source, but when installed # the scripts are in another directory. if python_build: - g['LDSHARED'] = g['BLDSHARED'] + g['LDSHARED'] = g['BLDSHARED'] global _config_vars _config_vars = g