From 80fc8d4da98404061e46a6df5d81e37a9e9702d1 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Mon, 30 Jan 2017 18:36:11 +0100 Subject: [PATCH] Replace /bin/bash with /usr/bin/env bash --- AppImage-Recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppImage-Recipe.sh b/AppImage-Recipe.sh index a76bf92e..2ed3ae93 100755 --- a/AppImage-Recipe.sh +++ b/AppImage-Recipe.sh @@ -64,7 +64,7 @@ find . -name libsystemd.so.0 -exec rm {} \; get_desktop get_icon cat << EOF > ./usr/bin/keepassxc_env -#!/usr/bin/bash +#!/usr/bin/env bash #export QT_QPA_PLATFORMTHEME=gtk2 exec keepassxc "\$@" EOF