Removed chomp of $TOP because cygpath may not be in users`s path.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user