Merged changes from 3.14 branch.

This commit is contained in:
Andrew Johnson
2013-07-10 16:18:18 -05:00
11 changed files with 35 additions and 28 deletions
+8 -3
View File
@@ -52,9 +52,14 @@ if ($opt_T) {
if ($opt_t) {
$iocroot = $opt_t;
$root = $top;
while (substr($iocroot, -1, 1) eq substr($root, -1, 1)) {
chop $iocroot;
chop $root;
if ($iocroot eq $root) {
# Identical paths, -t not needed
undef $opt_t;
} else {
while (substr($iocroot, -1, 1) eq substr($root, -1, 1)) {
chop $iocroot;
chop $root;
}
}
}