diff options
author | David Tardon <dtardon@redhat.com> | 2012-01-11 16:54:35 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-01-11 16:55:09 +0100 |
commit | f5b96148cb9e489b2100e6a2fd6805bff637e113 (patch) | |
tree | 14de151a11ede1cd100334c09dd50648e5395247 /desktop | |
parent | eea8a6e2181ee805854d29184aab3317264dde94 (diff) |
we need a var. assignment here, not a value
Diffstat (limited to 'desktop')
-rwxr-xr-x | desktop/scripts/soffice.sh.in | 2 |
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` |