On 22 January 2012 21:54, Stephen Montgomery-Smith <[email protected]>wrote:
> > I fixed the problem as follows: > > sed -i .bak -e 's/Commentator/Commensator/g' \ > That's not a fix. The POSIX definition of 'sed' does not include a -i option, so this will not be portable. I'm 99.9 % sure it would break on Solaris http://pubs.opengroup.org/onlinepubs/007904875/utilities/sed.html Dave -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
