The mindi script keeps on crashing

Bug #3422 reported by jorge
34
Affects Status Importance Assigned to Milestone
mindi (Ubuntu)
Fix Released
Medium
MOTU

Bug Description

# mindi
/usr/sbin/mindi: line 2345: syntax error near unexpected token `|'
/usr/sbin/mindi: line 2345: ` while [ "`echo "$newo" | grep "\.\."`" ] ; do'
#

It lacks a reverse tilde on line 2268

it is:
        for fname in `echo "$incoming" ; do

and it should be
        for fname in `echo "$incoming" `; do

Changed in mindi:
assignee: nobody → motu
Revision history for this message
Mike Ginou (mike-ginou) wrote :

Not to be too, too picky, but I think it's line 2269 :)

Revision history for this message
Thierry Lathuille (thierry-lathuille2) wrote :

The typo has been introduced after patching mindi to solve bug #2904. I had tried the new package, found the script was broken and the typo, and posted a comment on #2904. I had also changed the status from "fixed" to "new", but it seems that it doesn't really reopen the bug.
What is the "good" way to reopen bugs anyway ?

Thierry Lathuille

Changed in mindi:
status: Unconfirmed → Fix Released
Revision history for this message
jimcooncat (jimcooncat) wrote :

Once I realized /usr/sbin/mindi was just a bash script, I could fix this with:

sudo gedit /usr/sbin/mindi

From gedit's menu: Search -> Go to Line ...

enter line # 2268

edit line as shown in the parent post, save, and close gedit

-------------------------

So if this fix is so simple, why hasn't it been incorporated in the breezy repositories?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.