Kaydet (Commit) 32dafb74 authored tarafından Tim Retout's avatar Tim Retout

installer::control: Put back changing of $local_pathseparator on cygwin.

Change-Id: Ia4fdbe027eb09e297c3d8abbd5817ff062722874
üst 17d4bb38
......@@ -97,6 +97,7 @@ sub check_system_path
$pathvariable = join ';',
map { $dir = qx{cygpath -m "$_"}; chomp($dir); $dir }
split /\Q$local_pathseparator\E\s*/, $pathvariable;
$local_pathseparator = ';';
}
my $patharrayref = installer::converter::convert_stringlist_into_array(\$pathvariable, $local_pathseparator);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment