diff options
| author | 2007-01-18 18:07:32 +0000 | |
|---|---|---|
| committer | 2007-01-18 18:07:32 +0000 | |
| commit | 2f513b57f8359d04ebab1118878b36da4e402505 (patch) | |
| tree | db08bfe6ca4f18643744a01f48e7e828affe8c1f | |
| parent | Add output to ./configure -update to show when it finds a directory in the mo... (diff) | |
Folder -> Directory
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6374 e03df62e-2008-0410-955e-edbf42e46eb7
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1255,7 +1255,7 @@ EOCHEESE $crap3 = ""; # A module made of multiple files, in a dir, e.g. src/modules/m_spanningtree/ if (opendir(MDIRHANDLE, "src/modules/$name") != 0) { - print "Composing Makefile rules for folder \033[1;32m$name\033[0m... "; + print "Composing Makefile rules for directory \033[1;32m$name\033[0m... "; my $i = 0; print FILEHANDLE "$name.a: ../../include/modules.h ../../include/users.h ../../include/channels.h ../../include/base.h ../../include/inspircd_config.h ../../include/inspircd.h ../../include/configreader.h $deps"; foreach $fname (sort readdir(MDIRHANDLE)) { |
