aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-11-23 16:49:20 +0100
committerMatěj Cepl <mcepl@cepl.eu>2023-11-23 16:49:20 +0100
commit90f1ded782d1cc24bdc758a4718b390a1b3c1505 (patch)
tree66bab6721faee2bd1616b1f6efd86c0efc535748
parente6cad5db40301548986129e92db9718258312bec (diff)
downloadpinentry-rofi-90f1ded782d1cc24bdc758a4718b390a1b3c1505.tar.gz
Don't exec, but run alternative pinentry.
Fixes: https://todo.sr.ht/~mcepl/devel/20
-rwxr-xr-xpinentry-rofi.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pinentry-rofi.sh b/pinentry-rofi.sh
index 00a1779..d64a1f6 100755
--- a/pinentry-rofi.sh
+++ b/pinentry-rofi.sh
@@ -234,7 +234,7 @@ if [ "$0" = "$BASH_SOURCE" ]; then
if [ "$XDG_SESSION_TYPE" != "tty" ] ; then
main
else
- exec pinentry-tty "$@"
+ pinentry-tty "$@"
fi
fi