diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-10 18:58:19 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-06-10 17:24:29 +0000 |
commit | 098b0bf8630f233fe7d3eba49c85a98929ce9929 (patch) | |
tree | abe583c3ae8396420d26a91d078416c250d4d6ba /bin/distro-install-desktop-integration | |
parent | 2211a67cc5e577f8abdcc96c9c63865be5fb988d (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/distro-install-desktop-integration')
-rwxr-xr-x | bin/distro-install-desktop-integration | 2 |
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 |