when I start the cstrike server I get this into into the logs :
/opt/halflife/hlds_run: line 212: test: -lt: unary operator expected
/opt/halflife/hlds_run: line 220: test: -ge: unary operator expected
Using default binary.
here is line 212 :
CPU_VERSION="`grep "cpu family" /proc/cpuinfo | cut -f2 -d":" | tr -d
" " | uniq`";
if test $CPU_VERSION -lt 4; then
<------------- line 212
echo "Error: hlds_l REQUIRES a 486 CPU or better";
quit 1
and here is line 220 :
elif test $CPU_VERSION -ge 6; then <-------------------- line 220
AMD="`grep AMD /proc/cpuinfo`";
if test -n "$AMD"; then
>From games-server/halflife-cstrike-1.5 ebuild...
what is the problem
--
[EMAIL PROTECTED] mailing list