From 8c99d73ee7ce90de2561496f683f3850d1269e1d Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Fri, 17 Mar 2000 02:38:51 +0000 Subject: integrate cfgperl contents into mainline p4raw-id: //depot/perl@5767 --- hints/esix4.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hints/esix4.sh') diff --git a/hints/esix4.sh b/hints/esix4.sh index 9967207d37..b1d697cccb 100644 --- a/hints/esix4.sh +++ b/hints/esix4.sh @@ -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 <&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 -- cgit v1.2.1