summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-01-11 16:54:35 +0100
committerDavid Tardon <dtardon@redhat.com>2012-01-11 16:55:09 +0100
commitf5b96148cb9e489b2100e6a2fd6805bff637e113 (patch)
tree14de151a11ede1cd100334c09dd50648e5395247 /desktop/scripts
parenteea8a6e2181ee805854d29184aab3317264dde94 (diff)
we need a var. assignment here, not a value
Diffstat (limited to 'desktop/scripts')
-rwxr-xr-xdesktop/scripts/soffice.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/soffice.sh.in b/desktop/scripts/soffice.sh.in
index defd7b23ed6a..2014ab932d58 100755
--- a/desktop/scripts/soffice.sh.in
+++ b/desktop/scripts/soffice.sh.in
@@ -45,7 +45,7 @@ export SAL_ENABLE_FILE_LOCKING
# uncomment line below if you encounter problems starting soffice on your system
# SAL_NO_XINITTHREADS=true; export SAL_NO_XINITTHREADS
-@JITC_PROCESSOR_TYPE@
+@JITC_PROCESSOR_TYPE_EXPORT@
# resolve installation directory
sd_cwd=`pwd`