From e536c949e19ae9f35d9e6a57c150e2b1c8bdadd5 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 25 Jul 2003 14:53:08 +0000 Subject: [PATCH] Fixed typo. --- configure/tools/convertRelease.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/tools/convertRelease.pl b/configure/tools/convertRelease.pl index 07547b061..7b3638d0b 100755 --- a/configure/tools/convertRelease.pl +++ b/configure/tools/convertRelease.pl @@ -42,7 +42,7 @@ $top = $cwd; #$top =~ s/^\/cygdrive\/(\w)\//$1:\//; $top =~ s/\/iocBoot.*$//; $top =~ s/\/configure.*$//; -if ($^0 eq "cygwin") { +if ($^O eq "cygwin") { chomp($top = `cygpath -m $top`); }