From 8eb2ccf677478176da482d512af32ecadc6f2e8d Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Mon, 29 Oct 2012 17:16:54 -0500 Subject: Fixed PrettyPrintCert and PrettyPrintCrl. The wrappers for PrettyPrintCert and PrettyPrintCrl has been fixed to include the class names. Ticket #381 --- base/java-tools/templates/pretty_print_cert_command_wrapper.in | 2 +- base/java-tools/templates/pretty_print_crl_command_wrapper.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/java-tools/templates/pretty_print_cert_command_wrapper.in b/base/java-tools/templates/pretty_print_cert_command_wrapper.in index 7f3331357..d3c36f802 100644 --- a/base/java-tools/templates/pretty_print_cert_command_wrapper.in +++ b/base/java-tools/templates/pretty_print_cert_command_wrapper.in @@ -33,7 +33,7 @@ fi ############################################################################### PRODUCT=@PKI_PRODUCT@ -COMMAND=@PKI_COMMAND@ +COMMAND=PrettyPrintCert ############################################################################### diff --git a/base/java-tools/templates/pretty_print_crl_command_wrapper.in b/base/java-tools/templates/pretty_print_crl_command_wrapper.in index 95a559503..7bece4c2c 100644 --- a/base/java-tools/templates/pretty_print_crl_command_wrapper.in +++ b/base/java-tools/templates/pretty_print_crl_command_wrapper.in @@ -33,7 +33,7 @@ fi ############################################################################### PRODUCT=@PKI_PRODUCT@ -COMMAND=@PKI_COMMAND@ +COMMAND=PrettyPrintCrl ############################################################################### -- cgit