Changeset 28604
- Timestamp:
- 2013-11-05T18:40:59+13:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/perllib/util.pm
r28575 r28604 1550 1550 $path =~ s/^$re_path/$placeholder/; #case sensitive or not? 1551 1551 #$path =~ s/^[\\\/]//; # remove gs_path's trailing separator left behind at the start of the path 1552 # lowercase file extension, This is needed when shortfilenames are used, as case affects alphetical ordering, which affects diffcol 1553 $path =~ s/\.([A-Z]+)$/".".lc($1)/e; 1552 1554 last; # done 1553 1555 }
Note:
See TracChangeset
for help on using the changeset viewer.