From 6335773434403570ec6b05fd9b97c219b605c41a Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Wed, 28 Feb 2001 19:40:27 +0000 Subject: [PATCH] Placate tabnanny --- Lib/distutils/sysconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/distutils/sysconfig.py b/Lib/distutils/sysconfig.py index 2b0bce33e93..91f9279d875 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