]> gitweb.fluxo.info Git - firma.git/commitdiff
NewList small fix
authorrhatto <rhatto>
Mon, 9 Oct 2006 23:59:07 +0000 (23:59 +0000)
committerrhatto <rhatto>
Mon, 9 Oct 2006 23:59:07 +0000 (23:59 +0000)
firma

diff --git a/firma b/firma
index 11fbe99305728df1ea6ea60e201b14e43806c51d..70d0f2730f93185234ebc6bae797f2e423564278 100755 (executable)
--- a/firma
+++ b/firma
@@ -111,8 +111,8 @@ Tasks can be one or more of the following:
   use EMAIL-ADDRESS   use the given address for message delivery instead
                         of the primary address on key
 
-Report bugs to <firma@sarava.org>, encrypting the message using the pubkey
-0xD68AFEDC available at keyserver.noreply.org."
+Report bugs to <firma@sarava.org>, encrypting the message using the
+public key 0xD68AFEDC available at keyserver.noreply.org."
 }
 
 
@@ -888,7 +888,7 @@ function NewList {
   echo "Creating folder $LIST_HOMEDIR..."
   mkdir -p $LIST_HOMEDIR
 
-  if [ -d "$LIST_HOMEDIR" ]; then
+  if [ -d "$LIST_HOMEDIR" ]; then
 
     while true; do
       read -rep "  List email address or 'quit' to exit: " LIST_ADDRESS