jl154 #162868# unopkg in shell script with several quotes

This commit is contained in:
Ingo Schmidt 2010-07-22 17:43:35 +02:00
parent ad251e6894
commit d60b211a12

View file

@ -1122,7 +1122,7 @@ sub register_extensions_sync
if ( $^O =~ /cygwin/i ) {
$executable = "./" . $executable;
$preregdir = qx{cygpath -m "$presetsdir"};
$preregdir = qx{cygpath -m "$preregdir"};
chomp($preregdir);
}