diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-05-12 10:36:51 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-05-12 10:36:51 +0200 |
commit | 27491725a689d98e6b327bd1faaf4258b923783f (patch) | |
tree | d3d490faaac95a3d3c44d4a2fa7b9e2caeeaa32e /desktop | |
parent | 936a49646738452f7331ed9a47ac015db9ee7295 (diff) |
Fixup my earlier quoting fix.
Change-Id: I9a7afb28e09f7f8aa577e180f647839d67964bdf
Diffstat (limited to 'desktop')
-rwxr-xr-x | desktop/scripts/soffice.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 3a83c2204295..872936805957 100755 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -57,7 +57,7 @@ cd "$sd_cwd" # linked build needs additional settings if [ -e "${sd_prog}/ooenv" ] ; then - . "${sd_prog}/ooenv}" + . "${sd_prog}/ooenv" fi # try to get some debug output? |