Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@jbev.net>2017-01-29 04:50:44 +0300
committerJanek Bevendorff <janek@jbev.net>2017-01-29 04:50:44 +0300
commit9fe4504623f85b86f6c6db053d335b7498b6f088 (patch)
tree9c7968856f9caeb5f3affb7b116a5955cadc8d3d /AppImage-Recipe.sh
parent08d68300bd92ca8a579ee80f120aae8d2733f2f9 (diff)
Fix heredoc
Diffstat (limited to 'AppImage-Recipe.sh')
-rwxr-xr-xAppImage-Recipe.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/AppImage-Recipe.sh b/AppImage-Recipe.sh
index 9b463902d..a76bf92e1 100755
--- a/AppImage-Recipe.sh
+++ b/AppImage-Recipe.sh
@@ -66,7 +66,7 @@ get_icon
cat << EOF > ./usr/bin/keepassxc_env
#!/usr/bin/bash
#export QT_QPA_PLATFORMTHEME=gtk2
-exec keepassxc "$@"
+exec keepassxc "\$@"
EOF
chmod +x ./usr/bin/keepassxc_env
sed -i 's/Exec=keepassxc/Exec=keepassxc_env/' keepassxc.desktop