From b17ad0400d407364d7e91e26d3330195d9a8fca8 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 15 Nov 2005 22:46:09 +0000 Subject: [PATCH] Removed chomp of $TOP because cygpath may not be in users`s path. --- configure/tools/convertRelease.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/configure/tools/convertRelease.pl b/configure/tools/convertRelease.pl index 28b71bcef..cbf929cef 100755 --- a/configure/tools/convertRelease.pl +++ b/configure/tools/convertRelease.pl @@ -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