mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-09 21:28:51 +01:00
2007-09-04 Moritz Schulte <moritz@g10code.com>
* gpgsm-gencert.sh: Use printf instead of echo.
This commit is contained in:
parent
54a4477749
commit
7f033b2a88
@ -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>
|
2007-09-04 Moritz Schulte <moritz@g10code.com>
|
||||||
|
|
||||||
* gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is
|
* gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is
|
||||||
|
@ -27,7 +27,7 @@ ASSUAN_COMMANDS="\
|
|||||||
INPUT FD=$ASSUAN_FP_IN\n\
|
INPUT FD=$ASSUAN_FP_IN\n\
|
||||||
OUTPUT FD=$ASSUAN_FP_OUT --armor\n\
|
OUTPUT FD=$ASSUAN_FP_OUT --armor\n\
|
||||||
GENKEY\n\
|
GENKEY\n\
|
||||||
BYE"
|
BYE\n"
|
||||||
|
|
||||||
ANSWER=""
|
ANSWER=""
|
||||||
|
|
||||||
@ -191,7 +191,7 @@ query_user_menu "Really create such a CSR?" "yes" "no"
|
|||||||
[ "$ANSWER" != "yes" ] && exit 1
|
[ "$ANSWER" != "yes" ] && exit 1
|
||||||
|
|
||||||
|
|
||||||
echo -e "$ASSUAN_COMMANDS" | \
|
printf "$ASSUAN_COMMANDS" | \
|
||||||
gpgsm --no-log-file --debug-level none --debug-none \
|
gpgsm --no-log-file --debug-level none --debug-none \
|
||||||
--server 4< "$file_parameter" 5>"$outfile" >/dev/null
|
--server 4< "$file_parameter" 5>"$outfile" >/dev/null
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user