blob: 01b9d9334258212100ae396409a33a54ba00cc05 (
plain)
1
2
3
4
5
6
7
8
9
10
|
d_vfork='undef'
set `echo $libpth | sed -e 's@/usr/ucblib@@'`
libpth="$*"
case $PATH in
*/usr/ucb*:/usr/bin:*) cat <<END
NOTE: Some people have reported problems with /usr/ucb/cc.
Remove /usr/ucb from your PATH if you have difficulties.
END
;;
esac
|