From 4e00caf646f94f443477997991c9775a51d6d6d7 Mon Sep 17 00:00:00 2001
From: "preed%sigkill.com" <>
Date: Fri, 18 Jul 2003 05:57:59 +0000
Subject: [PATCH] Bug 147480 - Lack of newlines when asking for password in
 checksetup.pl. Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko,
 a=justdave

---
 checksetup.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checksetup.pl b/checksetup.pl
index ee945653b..08583f82e 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -3887,7 +3887,7 @@ if ($sth->rows == 0) {
         if(! $pass1 ) {
           print "\n\nIt's just plain stupid to not have a password.  Try again!\n";
         } elsif ( $pass1 !~ /^.{3,16}$/ ) {
-          print "The password must be 3-16 characters in length.";
+          print "\n\nThe password must be 3-16 characters in length.\n";
         }
       }
       print "\nPlease retype the password to verify: ";
-- 
2.24.1