diff --git a/libreoffice.changes b/libreoffice.changes index 6c135be..05c0f77 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 9 09:52:17 UTC 2014 - tchvatal@suse.com + +- Fix whitespace. + ------------------------------------------------------------------- Wed Apr 9 09:44:26 UTC 2014 - tchvatal@suse.com diff --git a/link-to-ooo-home b/link-to-ooo-home index e0281e1..298666d 100644 --- a/link-to-ooo-home +++ b/link-to-ooo-home @@ -29,7 +29,7 @@ change_linking() { linkfile="${file/${datadir}/${libdir}}" # if the file is already there, skip it # this is true when the parent folder is link - if [[ ! -e "${linkfile}" ]]; then + if [[ ! -e "${linkfile}" ]]; then ln -sf "${file}" "${linkfile}" || exit 1 fi done