mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-03 01:50:10 -05:00
Replace /bin/bash with /usr/bin/env bash
This commit is contained in:
parent
9a92d20001
commit
80fc8d4da9
@ -64,7 +64,7 @@ find . -name libsystemd.so.0 -exec rm {} \;
|
|||||||
get_desktop
|
get_desktop
|
||||||
get_icon
|
get_icon
|
||||||
cat << EOF > ./usr/bin/keepassxc_env
|
cat << EOF > ./usr/bin/keepassxc_env
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/env bash
|
||||||
#export QT_QPA_PLATFORMTHEME=gtk2
|
#export QT_QPA_PLATFORMTHEME=gtk2
|
||||||
exec keepassxc "\$@"
|
exec keepassxc "\$@"
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user