fix a typo

This commit is contained in:
Gregory Hainaut 2016-01-24 18:28:38 +01:00
parent 00dea566f2
commit 8b1c465bf6

View File

@ -88,7 +88,7 @@ my $status = Getopt::Long::GetOptions(
);
# Auto detect cygwin mess
if (-e "/cydrive") {
if (-e "/cygdrive") {
print "Info: CYGWIN OS detected. Update path accordingly\n";
$o_cygwin = 1;
}