ItayGal2 / sage-graphics

Automatically exported from code.google.com/p/sage-graphics
0 stars 1 forks source link

Error in bash script running sage #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There is an error is bash script running sage (/usr/local/sage/bin/sage). In 
line:

if [ `uname` == "Linux" ]

the '==' should be changed to '=', because that is an operator used to compare 
strings in bash.

Original issue reported on code.google.com by Artur.A....@gmail.com on 9 Aug 2011 at 9:55

GoogleCodeExporter commented 9 years ago
thanks

Original comment by renam...@gmail.com on 6 Mar 2012 at 10:52