summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Meadows <andrew@lindenlab.com>2010-12-29 12:39:58 -0800
committerAndrew Meadows <andrew@lindenlab.com>2010-12-29 12:39:58 -0800
commitd12b7b347ad4094b96ba2a650ae86dfb9db2a893 (patch)
tree1646c252edd36b31cf4ed3efaac0b91995f631e0 /scripts
parent98b2f622b709fcacac32e8ad23b8da6479a28a87 (diff)
parent087c105317058dc3a011c937a5aceaf87fdecc26 (diff)
merge
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.py b/scripts/install.py
index c2adf4d0a2..d3bdf52283 100755
--- a/scripts/install.py
+++ b/scripts/install.py
@@ -486,7 +486,7 @@ windows/i686/vs/2003 -- specify a windows visual studio 2003 package"""
for filename in remove_file_list:
print "rm",filename
if not self._dryrun:
- if os.path.exists(filename):
+ if os.path.lexists(filename):
remove_dir_set.add(os.path.dirname(filename))
try:
os.remove(filename)