hi there,

just something very small and cosmetic *grin*

-- 
Regards,

Wiktor Wodecki

diff -burN OpenTRS.prepatch/bin/CheckDB.pl OpenTRS/bin/CheckDB.pl
--- OpenTRS.prepatch/bin/CheckDB.pl     Mon Nov 11 00:02:18 2002
+++ OpenTRS/bin/CheckDB.pl      Tue Dec 10 12:00:20 2002
@@ -52,15 +52,15 @@
         $Check++;
     }
     if (!$Check) {
-        print "No initial inserts found!";
+        print "No initial inserts found!\n";
         exit (1);
     }
     else {
-        print "It looks Ok!";
+        print "It looks Ok!\n";
         exit (0);
     }
 }
 else {
-    print "No database connect!";
+    print "No database connect!\n";
     exit (1);
 }

Reply via email to