Kaydet (Commit) 3b77857f authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS oxtsysint01 (1.11.2); FILE MERGED

2008/04/25 05:08:04 obr 1.11.2.1: #i85856# desktop integration no longer uses unopkg gui
üst 58f532e0
......@@ -9,7 +9,7 @@
#
# $RCSfile: unopkg.sh,v $
#
# $Revision: 1.11 $
# $Revision: 1.12 $
#
# This file is part of OpenOffice.org.
#
......@@ -75,10 +75,6 @@ unset XENVIRONMENT
PATH=$sd_prog${PATH+:$PATH}
export PATH
# assume gui mode if passed a single oxt file as argument
GUI=""
[ $# -eq 1 -a "oxt" = "`echo $1 | cut -d . -f 2`" -a -n "$DISPLAY" ] && GUI="gui"
# execute binary
exec "$sd_prog/unopkg.bin" $GUI "$@" "-env:INIFILEPATH=$sd_prog/redirectrc"
exec "$sd_prog/unopkg.bin" "$@" "-env:INIFILEPATH=$sd_prog/redirectrc"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment