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 /configure | |
parent | 5275ead763554da0427743817f297d139e83f637 (diff) |
Tidied up an echo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3410 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 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; } |