diff options
author | sb <sb@openoffice.org> | 2010-03-12 15:06:21 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-03-12 15:06:21 +0100 |
commit | 0bff64160e18d30a0bd2f961a1a28a22b2c360e0 (patch) | |
tree | ef98b2560caa05b6f55a183c13466c76bcd5e41c /desktop/scripts/unopkg.sh | |
parent | 41224e430b032605267b665f33b7375380c13c74 (diff) |
sb121: #i86044# call crash_report with full path (and make some simplifications)
Diffstat (limited to 'desktop/scripts/unopkg.sh')
-rw-r--r-- | desktop/scripts/unopkg.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/scripts/unopkg.sh b/desktop/scripts/unopkg.sh index 9e74f34d0e57..0fe319735c06 100644 --- a/desktop/scripts/unopkg.sh +++ b/desktop/scripts/unopkg.sh @@ -70,10 +70,6 @@ unset XENVIRONMENT # uncomment line below if you encounter problems starting soffice on your system # SAL_NO_XINITTHREADS=true; export SAL_NO_XINITTHREADS -# Set PATH so that crash_report is found: -PATH=$sd_prog${PATH+:$PATH} -export PATH - # execute binary exec "$sd_prog/unopkg.bin" "$@" \ "-env:INIFILENAME=vnd.sun.star.pathname:$sd_prog/redirectrc" |