Replace /bin/bash with /usr/bin/env bash

This commit is contained in:
Janek Bevendorff 2017-01-30 18:36:11 +01:00
parent 9a92d20001
commit 80fc8d4da9
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53

View File

@ -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