Kaydet (Commit) e6f2952f authored tarafından Yeliz Taneroğlu's avatar Yeliz Taneroğlu Kaydeden (comit) Michael Stahl

tdf#105204 fix shellcheck warnings in sysui/desktop/solaris

double quote to prevent word splitting

Change-Id: Ice4380cc390487277a359b8db3f2fae3603b7747
Reviewed-on: https://gerrit.libreoffice.org/37466Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 4345cdb8
......@@ -27,7 +27,7 @@ rm -f "$tiptoe"
# update shared mime database
if [ -x /usr/bin/update-mime-database ]; then
update-mime-database ${PKG_INSTALL_ROOT}/usr/share/mime
update-mime-database "${PKG_INSTALL_ROOT}"/usr/share/mime
fi
if [ -x /usr/bin/update-desktop-database ]; then
......
......@@ -27,7 +27,7 @@ rm -f "$tiptoe"
# update shared mime database
if [ -x /usr/bin/update-mime-database ]; then
update-mime-database ${PKG_INSTALL_ROOT}/usr/share/mime
update-mime-database "${PKG_INSTALL_ROOT}"/usr/share/mime
fi
exit 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment