diff options
author | Ingo Schmidt <is@openoffice.org> | 2010-07-22 17:43:35 +0200 |
---|---|---|
committer | Ingo Schmidt <is@openoffice.org> | 2010-07-22 17:43:35 +0200 |
commit | d60b211a12e9798fc674df1234f72a232b9c114f (patch) | |
tree | affd410774fc2c123c6ab98c284d5cb1c8edc358 /setup_native/scripts | |
parent | ad251e6894d339e8ac066e6c30c132da32cb5e62 (diff) |
jl154 #162868# unopkg in shell script with several quotes
Diffstat (limited to 'setup_native/scripts')
-rw-r--r-- | setup_native/scripts/admin.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/scripts/admin.pl b/setup_native/scripts/admin.pl index 50a913ea20a9..c7083a616b15 100644 --- a/setup_native/scripts/admin.pl +++ b/setup_native/scripts/admin.pl @@ -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); } |