X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fesix4.sh;h=b1d697cccbdfe55dcb75208b447693c4dbb58fab;hb=5b3e00df85f0acd4faa55a140aa762a15b19dca3;hp=9967207d3782f0de9cac347f37958bb941a31bd6;hpb=c22e42be2432273165175c9218ee7b6238bfca24;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/esix4.sh b/hints/esix4.sh index 9967207..b1d697c 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