diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 15:03:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 15:03:10 +0000 |
commit | 67b7a42819093fe655fcc31602db2ef8374be475 (patch) | |
tree | fd9bfaf85a5c209cdf7a2da3cad6fc2b4fa621e3 /desktop/scripts/soffice.sh | |
parent | 022136347d95ef8655e4f8740976cde2be2218a1 (diff) |
INTEGRATION: CWS eoladabas_DEV300 (1.29.30); FILE MERGED
2008/02/13 10:26:57 oj 1.29.30.1: #149980# source adabasrc
Diffstat (limited to 'desktop/scripts/soffice.sh')
-rw-r--r-- | desktop/scripts/soffice.sh | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index c542114f35dd..3f9d5f97e39b 100644 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -5,9 +5,9 @@ # # $RCSfile: soffice.sh,v $ # -# $Revision: 1.29 $ +# $Revision: 1.30 $ # -# last change: $Author: obo $ $Date: 2008-01-07 09:56:14 $ +# last change: $Author: obo $ $Date: 2008-02-26 16:03:10 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -236,6 +236,11 @@ for sd_arg in ${1+"$@"} ; do esac done +# read database entries for Adabas D +if [ -f /etc/adabasrc ]; then + . /etc/adabasrc +fi + sd_pagein_args="${sd_pagein_args:+${sd_pagein_args} }@pagein-common" "${sd_prog}"/pagein -L"${sd_prog}" ${sd_pagein_args} |