1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-18 00:49:50 +02:00

2007-09-04 Moritz Schulte <moritz@g10code.com>

* gpgsm-gencert.sh: Use printf instead of echo.
This commit is contained in:
Moritz Schulte 2007-09-04 07:16:49 +00:00
parent 54a4477749
commit 7f033b2a88
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-09-04 Moritz Schulte <moritz@g10code.com>
* gpgsm-gencert.sh: Use printf instead of echo.
2007-09-04 Moritz Schulte <moritz@g10code.com>
* gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is

View File

@ -27,7 +27,7 @@ ASSUAN_COMMANDS="\
INPUT FD=$ASSUAN_FP_IN\n\
OUTPUT FD=$ASSUAN_FP_OUT --armor\n\
GENKEY\n\
BYE"
BYE\n"
ANSWER=""
@ -191,7 +191,7 @@ query_user_menu "Really create such a CSR?" "yes" "no"
[ "$ANSWER" != "yes" ] && exit 1
echo -e "$ASSUAN_COMMANDS" | \
printf "$ASSUAN_COMMANDS" | \
gpgsm --no-log-file --debug-level none --debug-none \
--server 4< "$file_parameter" 5>"$outfile" >/dev/null