aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'linden/scripts')
-rwxr-xr-xlinden/scripts/install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/scripts/install.py b/linden/scripts/install.py
index 1db9bb3..fca6dbe 100755
--- a/linden/scripts/install.py
+++ b/linden/scripts/install.py
@@ -492,7 +492,7 @@ windows/i686/vs/2003 -- specify a windows visual studio 2003 package"""
492 for filename in remove_file_list: 492 for filename in remove_file_list:
493 print "rm",filename 493 print "rm",filename
494 if not self._dryrun: 494 if not self._dryrun:
495 if os.path.exists(filename): 495 if os.path.lexists(filename):
496 remove_dir_set.add(os.path.dirname(filename)) 496 remove_dir_set.add(os.path.dirname(filename))
497 try: 497 try:
498 os.remove(filename) 498 os.remove(filename)