Explorar o código

show new line after outputting generated email

This will fix the issue of people's shell prompt getting messed up
Siddharth Dushantha %!s(int64=5) %!d(string=hai) anos
pai
achega
a46b22b0be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tmpmail

+ 1 - 1
tmpmail

@@ -123,7 +123,7 @@ generate_email_address() {
 
     # If this function was called because the user wanted to generate a new
     # email address, show them the email address
-    [ "$EXTERNALLY" = true ] && cat "$TMPMAIL_EMAIL_ADDRESS"
+    [ "$EXTERNALLY" = true ] && cat "$TMPMAIL_EMAIL_ADDRESS" && printf "\n"
 }
 
 get_email_address() {