diff options
Diffstat (limited to 'setuptools/command/install_scripts.py')
| -rwxr-xr-x | setuptools/command/install_scripts.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/setuptools/command/install_scripts.py b/setuptools/command/install_scripts.py index 82456035..105dabca 100755 --- a/setuptools/command/install_scripts.py +++ b/setuptools/command/install_scripts.py @@ -50,5 +50,5 @@ class install_scripts(_install_scripts):              f = open(target,"w"+mode)              f.write(contents)              f.close() -            chmod(target, 0777-mask) +            chmod(target, 0x1FF-mask)  # 0777 | 
