diff options
Diffstat (limited to 'pinentry-rofi.sh')
-rwxr-xr-x | pinentry-rofi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pinentry-rofi.sh b/pinentry-rofi.sh index 0a1ce47..d1df300 100755 --- a/pinentry-rofi.sh +++ b/pinentry-rofi.sh @@ -99,7 +99,7 @@ while : ; do if [[ "$subcommand" == "version" ]] ; then assuan_send "D ${VERSION}" elif [[ "$subcommand" == "pid" ]] ; then - assuan_send f"D {os.getpid()}" + assuan_send "D $$" fi assuan_send "OK" # This command is reserved for future extensions. |