]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/utilities.pm
Apply fixes for buffering of headers, and a test module both by psychon
[user/henk/code/inspircd.git] / make / utilities.pm
index dc755c63fff3f87ccc8c66a6d33702a173bb430a..34d7b8c8654cf63acd27a7265e1ae48ec434ee6c 100644 (file)
@@ -153,7 +153,7 @@ sub translate_functions($$)
                        do
                        {
                                $tmpfile = tmpnam();
-                       } until sysopen(TF, $tmpfile, O_RDWR|O_CREAT|O_EXCL, 0700);
+                       } until sysopen(TF, $tmpfile, O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW, 0700);
                        print "(Created and executed \033[1;32m$tmpfile\033[0m)\n";
                        print TF $1;
                        close TF;