Comment 15 for bug 55159

Revision history for this message
Tonic Artos (tonic) wrote :

askpass.c echoes back to the commandline when it exits. I am working on this to fix it.

---
tonic@Io:~/Projects/Usplash/$ /lib/cryptsetup/askpass "Test: "
Test: ghghg
tonic@Io:~/Projects/Usplash/$

it should be

tonic@Io:~/Projects/Usplash/$ /lib/cryptsetup/askpass "Test: "
Test:
tonic@Io:~/Projects/Usplash/$

Tonic