Kaydet (Commit) cb39099f authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Source ooenv in the soffice wrapper if it exists (for linked builds).

üst 5cce527c
......@@ -55,6 +55,11 @@ fi
sd_prog=`pwd`
cd "$sd_cwd"
# linked build needs additional settings
if [ -e ooenv ] ; then
source ooenv
fi
sd_binary=`basename "$0"`.bin
#collect all bootstrap variables specified on the command line
......
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