Changeset 635
- Timestamp:
- 11/14/08 07:21:32 (4 years ago)
- File:
-
- 1 edited
-
branches/Release04x02/pseudo-install.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Release04x02/pseudo-install.pl
r3 r635 213 213 foreach my $c ( @components ) { 214 214 if( -l "$path$c" ) { 215 return unless _checkLink($moduleDir, $path, $c) || $force; 215 if (!$force) { 216 return if (!_checkLink($moduleDir, $path, $c)); 217 } 216 218 unlink "$path$c"; 217 219 print "Unlinked $path$c\n";
Note: See TracChangeset
for help on using the changeset viewer.
