hello all,

the attached patch --already committed-- fixes a bug in the export 
command of the keytool.

2006-05-04  Raif S. Naffah  <[EMAIL PROTECTED]>

        * tools/gnu/classpath/tools/keytool/ExportCmd.java (setup):
        Use _alias instead of alias.


cheers;
rsn
Index: ExportCmd.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/tools/gnu/classpath/tools/keytool/ExportCmd.java,v
retrieving revision 1.1
diff -u -r1.1 ExportCmd.java
--- ExportCmd.java      2 May 2006 01:24:38 -0000       1.1
+++ ExportCmd.java      3 May 2006 23:10:18 -0000
@@ -216,7 +216,7 @@
   {
     setOutputStreamParam(_certFileName);
     setKeyStoreParams(_providerClassName, _ksType, _ksPassword, _ksURL);
-    setAliasParam(alias);
+    setAliasParam(_alias);

     log.finer("-export handler will use the following options:");
     log.finer("  -alias=" + alias);

Attachment: pgpoReycZ9un5.pgp
Description: PGP signature

Reply via email to