summaryrefslogtreecommitdiff
path: root/odk/setsdkenv_unix.sh.in
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2010-05-06 18:26:40 +0200
committerJuergen Schmidt <jsc@openoffice.org>2010-05-06 18:26:40 +0200
commit32b0f0d10079682a69fbc3bb2d4db1ec43715a88 (patch)
treec8927442ee235ddc3e3c9239009737e788fc8092 /odk/setsdkenv_unix.sh.in
parent7ce3cfb11f2d4c0f6e8f41a4e3a37b984d71f883 (diff)
sdk321: adapt configuration and build env to work proper with spaces
Notes
Notes: split repo tag: sdk_ooo/DEV300_m80
Diffstat (limited to 'odk/setsdkenv_unix.sh.in')
-rw-r--r--odk/setsdkenv_unix.sh.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/odk/setsdkenv_unix.sh.in b/odk/setsdkenv_unix.sh.in
index 0f6ef22519cd..96365481c104 100644
--- a/odk/setsdkenv_unix.sh.in
+++ b/odk/setsdkenv_unix.sh.in
@@ -10,16 +10,16 @@ export OO_SDK_NAME
# Installation directory of the Software Development Kit.
# Example: OO_SDK_HOME=/opt/openoffice.org/basis3.0/sdk
-OO_SDK_HOME=@OO_SDK_HOME@
+OO_SDK_HOME='@OO_SDK_HOME@'
# Office installation directory.
# Example: OFFICE_HOME=/opt/openoffice.org3
-OFFICE_HOME=@OFFICE_HOME@
-OFFICE_BASE_HOME=@OFFICE_BASE_HOME@
+OFFICE_HOME='@OFFICE_HOME@'
+OFFICE_BASE_HOME='@OFFICE_BASE_HOME@'
# URE installation directory.
# Example: OO_SDK_URE_HOME=/opt/openoffice.org/ure
-OO_SDK_URE_HOME=@OO_SDK_URE_HOME@
+OO_SDK_URE_HOME='@OO_SDK_URE_HOME@'
export OO_SDK_URE_HOME
# Directory of the make command.