diff options
author | terry%mozilla.org <> | 2000-06-29 22:33:10 +0200 |
---|---|---|
committer | terry%mozilla.org <> | 2000-06-29 22:33:10 +0200 |
commit | 9f48b25d34f350bb3a146e4585ad49dc519a73bf (patch) | |
tree | 72a3072eb0e0ae38cd9cd57460b0f77aabebf57f | |
parent | 8dd07cc3b6f7e19f97c18e7a3acc71335507f36b (diff) | |
download | bugzilla-9f48b25d34f350bb3a146e4585ad49dc519a73bf.tar.gz bugzilla-9f48b25d34f350bb3a146e4585ad49dc519a73bf.tar.xz |
Added some missing newlines.
-rwxr-xr-x | checksetup.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl index f283962ae..ae960a451 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -167,7 +167,7 @@ if ($charts != 2) { "running (as root)\n\n", " perl -MCPAN -eshell\n", " install LDS/GD-1.19.tar.gz\n", - " install N/NI/NINJAZ/Chart-0.99b.tar.gz"; + " install N/NI/NINJAZ/Chart-0.99b.tar.gz\n\n"; } |