summaryrefslogtreecommitdiff
path: root/odk/setsdkenv_unix.csh.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.csh.in
parent7ce3cfb11f2d4c0f6e8f41a4e3a37b984d71f883 (diff)
sdk321: adapt configuration and build env to work proper with spaces
Notes
split repo tag: sdk_ooo/DEV300_m80
Diffstat (limited to 'odk/setsdkenv_unix.csh.in')
-rw-r--r--odk/setsdkenv_unix.csh.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/odk/setsdkenv_unix.csh.in b/odk/setsdkenv_unix.csh.in
index 82a39e38aba4..ef513d4ef515 100644
--- a/odk/setsdkenv_unix.csh.in
+++ b/odk/setsdkenv_unix.csh.in
@@ -9,16 +9,16 @@ setenv OO_SDK_NAME @OO_SDK_NAME@
# Installation directory of the Software Development Kit.
# Example: setenv OO_SDK_HOME /opt/openoffice.org/basis3.0/sdk
-setenv OO_SDK_HOME @OO_SDK_HOME@
+setenv OO_SDK_HOME '@OO_SDK_HOME@'
# Office installation directory.
# Example: set OFFICE_HOME=/opt/openoffice.org3
-set OFFICE_HOME=@OFFICE_HOME@
-OFFICE_BASE_HOME=@OFFICE_BASE_HOME@
+set OFFICE_HOME='@OFFICE_HOME@'
+OFFICE_BASE_HOME='@OFFICE_BASE_HOME@'
# URE installation directory.
# Example: setenv OO_SDK_URE_HOME /opt/openoffice.org/ure
-setenv OO_SDK_URE_HOME @OO_SDK_URE_HOME@
+setenv OO_SDK_URE_HOME '@OO_SDK_URE_HOME@'
# Directory of the make command.
# Example: setenv OO_SDK_MAKE_HOME /usr/bin