summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-10 18:58:19 +0200
committerMichael Stahl <mstahl@redhat.com>2014-06-10 19:28:18 +0200
commit476eec28198379c9279febc1ec2d07f4f2369c27 (patch)
treeee16c170ab8dcf99b916befc162b9f5446a9831e /bin
parentcba10428496f6685d71b6ffecefc4f4bfce088d5 (diff)
Do not hard code bash path
Change-Id: I24ee2599ffe8029c3d3888de49cff8bfd0a368e0 Reviewed-on: https://gerrit.libreoffice.org/9723 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit 098b0bf8630f233fe7d3eba49c85a98929ce9929)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/distro-install-desktop-integration2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/distro-install-desktop-integration b/bin/distro-install-desktop-integration
index 18107e0c00f6..40ad98c786a0 100755
--- a/bin/distro-install-desktop-integration
+++ b/bin/distro-install-desktop-integration
@@ -115,7 +115,7 @@ sed -i \
export KDEMAINDIR=$PREFIXDIR
export GNOMEDIR=$PREFIXDIR
export GNOME_MIME_THEME=hicolor
- /bin/bash ./create_tree.sh
+ bash ./create_tree.sh
)
cd -
rm -rf $sysui_temp