[Webfunds-commits] scripts ricardian_keys
Ian Grigg
iang@cypherpunks.ai
Tue, 5 Sep 2000 13:46:35 -0400 (AST)
iang 00/09/05 13:46:35
Modified: . ricardian_keys
Log:
fix bug in signer help printing
Revision Changes Path
1.3 +8 -3 scripts/ricardian_keys
Index: ricardian_keys
===================================================================
RCS file: /home/webfunds/cvsroot/scripts/ricardian_keys,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ricardian_keys 2000/09/04 12:10:11 1.2
+++ ricardian_keys 2000/09/05 17:46:34 1.3
@@ -1,4 +1,9 @@
+#
+# This is iang's script for making ricardian keys from GPG.
+# It is not necessarily useful for others...
+#
+
usage ()
{
if [ -n "$1" ]
@@ -94,6 +99,9 @@
sign ()
{
+ signer=$1
+ signee=$2
+
if $sign
then
:
@@ -105,9 +113,6 @@
return
fi
-
- signer=$1
- signee=$2
echo "signing is not recommended on your real keyring, Continue?"
read answer