diff options
Diffstat (limited to 'scripts/pinentry-rofi.in')
-rw-r--r-- | scripts/pinentry-rofi.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/pinentry-rofi.in b/scripts/pinentry-rofi.in index d7c0d16..84c2f9b 100644 --- a/scripts/pinentry-rofi.in +++ b/scripts/pinentry-rofi.in @@ -46,7 +46,9 @@ (let ((logfile (option-ref options 'log #f))) (when logfile (open-output-file - (format #f "~a.~a" logfile (getpid)))))))) + (format #f "~a.~a" logfile (getpid))))) + "C" + "C"))) (when (option-ref options 'help #f) (format #t "\ Usage: ~a [OPTIONS] |