jl154 #162868# unopkg in shell script with several quotes
This commit is contained in:
parent
ad251e6894
commit
d60b211a12
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue