Removed chomp of $TOP because cygpath may not be in users`s path.

This commit is contained in:
Janet B. Anderson
2005-11-15 22:46:09 +00:00
parent 059b34c626
commit b17ad0400d
-1
View File
@@ -41,7 +41,6 @@ if ($opt_T) {
$top = $cwd;
$top =~ s/\/iocBoot.*$//;
$top =~ s/\/configure.*$//;
chomp($top = `cygpath -m $top`) if ($^O eq "cygwin");
}
# The IOC may need a different path to get to $top