aljoriz wrote:did the latest update borked the mint fortune?
When I open the terminal I get this error:
/usr/bin/mint-fortune: line 35: [: ==: unary operator expected
Yup, got the same thing here after yesterday's update. Same error. After looking at 'mint-fortune' file I changed line 35 from this:
- Code: Select all
if [ $showfortunes == "true" ]; then
To this:
- Code: Select all
if [ $showfortunes="true" ]; then
I'm no programmer to be sure but I can troubleshoot pretty well and the ' == ' just didn't look right. Either way, I got my fortunes back in the terminal. HTH













