use better versions

This commit is contained in:
rsc 2005-01-21 20:21:12 +00:00
parent 7e91400c0d
commit 7ca705927e
3 changed files with 4 additions and 3 deletions

View file

@ -16,10 +16,10 @@ if [ `uname` = Linux ]; then
if ./a.out
then
echo " NPTL found."
echo "SYSVERSION=2.6" >$PLAN9/config
echo "SYSVERSION=2.6.x" >$PLAN9/config
else
echo " NPTL not found."
echo "SYSVERSION=2.4" >$PLAN9/config
echo "SYSVERSION=2.4.x" >$PLAN9/config
fi
rm -f ./a.out
fi