https://bugs.kde.org/show_bug.cgi?id=392922

caulier.gil...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://commits.kde.org/dig
                   |                            |ikam/d2fb0910be4b98796ce0ee
                   |                            |00f81d78ecbf11e7df
             Status|UNCONFIRMED                 |RESOLVED
   Version Fixed In|                            |6.0.0
         Resolution|---                         |FIXED

--- Comment #2 from caulier.gil...@gmail.com ---
Git commit d2fb0910be4b98796ce0ee00f81d78ecbf11e7df by Gilles Caulier.
Committed on 09/04/2018 at 07:03.
Pushed by cgilles into branch 'master'.

missing  then after if

M  +1    -1    project/bundles/appimage/data/AppRun

https://commits.kde.org/digikam/d2fb0910be4b98796ce0ee00f81d78ecbf11e7df

diff --git a/project/bundles/appimage/data/AppRun
b/project/bundles/appimage/data/AppRun
index c399155205..380db04eb2 100755
--- a/project/bundles/appimage/data/AppRun
+++ b/project/bundles/appimage/data/AppRun
@@ -30,7 +30,7 @@ export IOLIBS=$DIR/usr/lib/libgphoto2_port

 # if no customized Qt debug loggin variable is set, turn on one for a better
readability

-if [ -z "$QT_MESSAGE_PATTERN" ]
+if [ -z "$QT_MESSAGE_PATTERN" ]; then
     export QT_MESSAGE_PATTERN="`echo -e "\033[34m%{function}\033[0m:
%{message}"`"
 fi

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to