From 55f4198a3528a2f80bc0723046e9946c6f8445fe Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 14 Jan 2007 00:49:16 +0000 Subject: Formatting glitch git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6313 e03df62e-2008-0410-955e-edbf42e46eb7 --- make/utilities.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/utilities.pm') diff --git a/make/utilities.pm b/make/utilities.pm index 5e0193361..10d36bbcf 100644 --- a/make/utilities.pm +++ b/make/utilities.pm @@ -151,7 +151,7 @@ sub translate_functions($$) { $tmpfile = tmpnam(); } until sysopen(TF, $tmpfile, O_RDWR|O_CREAT|O_EXCL, 0700); - print "(Created and executed \033[1;32m$tmpfile)\033[0m\n"; + print "(Created and executed \033[1;32m$tmpfile\033[0m)\n"; print TF $1; close TF; my $replace = `perl $tmpfile`; -- cgit v1.2.3