This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.sym: Correct DIGITL, NDIGITL entries
[perl5.git] / hints / esix4.sh
index 9967207..b1d697c 100644 (file)
@@ -21,8 +21,8 @@ d_suidsafe=define
 usevfork='false'
 if test "$osvers" = "3.0"; then
        d_gconvert='undef'
-       grep 'define[   ]*AF_OSI[       ]' /usr/include/sys/socket.h | grep '/\*[^*]*$' >/tmp/esix$$
-       if test -s /tmp/esix$$; then
+       grep 'define[   ]*AF_OSI[       ]' /usr/include/sys/socket.h | grep '/\*[^*]*$' >esix$$
+       if test -s esix$$; then
                cat <<EOM >&2
 
 WARNING: You are likely to have problems compiling the Socket extension
@@ -31,6 +31,6 @@ unless you fix the unterminated comment for AF_OSI in the file
 
 EOM
        fi
-       rm -f /tmp/esix$$
+       rm -f esix$$
 fi