diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-01 22:51:05 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-01 22:51:05 +0000 |
commit | 406cbd21557a8a2fa3c995a6ab78663163a43e50 (patch) | |
tree | c6eb6924cc6c03a69c79bc8522a03b1be60773a7 | |
parent | 5275ead763554da0427743817f297d139e83f637 (diff) |
Tidied up an echo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3410 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-x | configure | 2 | ||||
-rwxr-xr-x | src/svn-rev.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1228,7 +1228,7 @@ EOCHEESE # End Write Entry to the MakeFile ### } - print FILEHANDLE "modinst:\n echo \"*** Installing InspIRCd\"\n" . $crud; + print FILEHANDLE "modinst:\n \@echo \"Installing modules...\"\n" . $crud; } diff --git a/src/svn-rev.sh b/src/svn-rev.sh index 73fc45365..ec010b6a2 100755 --- a/src/svn-rev.sh +++ b/src/svn-rev.sh @@ -1 +1 @@ -echo 3406 +echo 3409 |