mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04: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_icon
|
||||
cat << EOF > ./usr/bin/keepassxc_env
|
||||
#!/usr/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#export QT_QPA_PLATFORMTHEME=gtk2
|
||||
exec keepassxc "\$@"
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user