Changeset 828
- Timestamp:
- 11/20/08 13:21:11 (3 years ago)
- File:
-
- 1 edited
-
trunk/core/pseudo-install.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/pseudo-install.pl
r827 r828 211 211 print STDERR "ERROR $path$c is in the way\n"; 212 212 last; 213 } elsif ( $c eq 'TWiki' ) {213 } elsif ( $c eq 'TWiki' ) { 214 214 # Special case 215 215 $path .= "$c/"; 216 if (!mkdir("$path$c")) { 217 print STDERR "Could not mkdir $path\n"; 216 print STDERR "mkdir $path\n"; 217 if (!mkdir(_cleanPath($path))) { 218 print STDERR "Could not mkdir $path: $!\n"; 218 219 last; 219 220 };
Note: See TracChangeset
for help on using the changeset viewer.
