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 17:24:29 +0000
commit098b0bf8630f233fe7d3eba49c85a98929ce9929 (patch)
treeabe583c3ae8396420d26a91d078416c250d4d6ba /bin
parent2211a67cc5e577f8abdcc96c9c63865be5fb988d (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>
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