diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-14 00:49:16 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-14 00:49:16 +0000 |
commit | 55f4198a3528a2f80bc0723046e9946c6f8445fe (patch) | |
tree | 1dac61a13bb2af659e01c75b5620ea7307b4e4c8 /make | |
parent | 4f08be1ae828ab7298a05c25a080b93f8b03a48c (diff) |
Formatting glitch
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6313 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'make')
-rw-r--r-- | make/utilities.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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`; |