On Sat, 30 Apr 2005 01:03:49 -0700 (PDT), wolfe said: > gpg --no-tty --export-secret-keys --armor '$EMAIL' > $IDENT.sec.asc > gpg --no-tty --export --armor '$EMAIL' > $IDENT.pub.asc
Do you really have a key with the string '$EMAIL' in a user ID? I guess what you want to use is gpg --batch --no-tty --export --armor "$EMAIL" > $IDENT.pub.asc Note the double quotes. Salam-Shalom, Werner _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
