aboutsummaryrefslogtreecommitdiffstats
path: root/pinentry-rofi.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pinentry-rofi.sh')
-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