Fixed missing message EOL.
authorshort <>
Thu, 21 Aug 2003 12:00:46 +0000 (12:00 +0000)
committershort <>
Thu, 21 Aug 2003 12:00:46 +0000 (12:00 +0000)
kernel/Linux/prepmod.in

index 27adcd2..0f0bfe4 100755 (executable)
@@ -115,7 +115,7 @@ do { $kernel||=$_ if -d $_; } for ("/usr/src/linux-$uname_r");
 do { $kernel||=$_ if -d $_; } for ("/usr/src/linux-$uname_r_base");
 do { $kernel||=$_ if -d $_; } for ("/usr/src/linux");
 if (!$kernel) {
-       print STDERR "Failed to find kernel headers for $uname_r" if !$kernel && !$quiet;
+       print STDERR "Failed to find kernel headers for $uname_r\n" if !$kernel && !$quiet;
        }
 else {
        # We need /usr/include/lufs/* for standard package compilation.