From 989adac78d81376b0c74d93e825ec62fc98f570b2653a07c602978f02d1e4a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 9 Apr 2014 09:52:31 +0000 Subject: [PATCH] - Fix whitespace. OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=130 --- libreoffice.changes | 5 +++++ link-to-ooo-home | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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