Fixed typo.

This commit is contained in:
Janet B. Anderson
2003-07-25 14:53:08 +00:00
parent 13fcc63153
commit e536c949e1

View File

@@ -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`);
}