diff options
-rwxr-xr-x | setuptools/command/easy_install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 75aca8f9..23e80343 100755 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -479,7 +479,7 @@ class easy_install(Command): "import pkg_resources\n" "pkg_resources.run_script(%(spec)r, %(script_name)r)\n" ) % locals() - + self.add_output(target) if not self.dry_run: ensure_directory(target) f = open(target,"w") |