The readline spkg-install script is a bit broken, as it has

if [ `grep 11.1 /etc/SuSE-release > /dev/null; echo $?` == 0 ]; then
...


Surely the most sensible thing would have been to check for the 
existence of /etc/SuSE-release before trying to run grep on it. It 
generates a warning on Solaris, which is hardly surprising.


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to