From 9fa175c06ba43227bf83463ff1ce713acf66c090 Mon Sep 17 00:00:00 2001
From: Jim Fulton <jim@zope.com>
Date: Thu, 31 Aug 2006 21:53:00 +0000
Subject: [PATCH] Fixed typo.

---
 bootstrap/bootstrap.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py
index 89548e9..b5b9c13 100644
--- a/bootstrap/bootstrap.py
+++ b/bootstrap/bootstrap.py
@@ -40,7 +40,7 @@ assert os.spawnle(
     os.P_WAIT, sys.executable, sys.executable,
     '-c', cmd, '-mqNxd', tmpeggs, 'zc.buildout',
     dict(os.environ,
-         'PYTHONPATH'=
+         PYTHONPATH=
          ws.find(pkg_resources.Requirement.parse('setuptools')).location
          ),
     ) == 0
-- 
2.30.9