diff options
author | Joachim Lingner <jl@openoffice.org> | 2010-10-28 12:57:47 +0200 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2010-10-28 12:57:47 +0200 |
commit | 7f2d39227eb926f571bbcc74a75d71aef6e2f949 (patch) | |
tree | b556c136e85705c386a4a3b6e5cdb9a4c5901b7f /setup_native/scripts | |
parent | 1dc4184c9bc6bbb32a657d205c90422b9790ae38 (diff) |
jl160 #i114794 adapting admin.pl to use unopg sync without further parameter
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 3e058af172f6..ba6d94261049 100644 --- a/setup_native/scripts/admin.pl +++ b/setup_native/scripts/admin.pl @@ -1128,7 +1128,7 @@ sub register_extensions_sync $preregdir =~ s/\/\s*$//g; - my $systemcall = $executable . " sync --verbose -env:BUNDLED_EXTENSIONS_USER=\"file:///" . $preregdir . "\"" . " -env:UserInstallation=file:///" . $localtemppath . " 2\>\&1 |"; + my $systemcall = $executable . " sync --verbose 2\>\&1 |"; print "... $systemcall\n"; |