Closed GoogleCodeExporter closed 8 years ago
Try this patch instead:
37c37
< elif [ \(-z "${apps##*BBEdit*}"\) -o $DIFF = 'bbedit' ]; then
---
> elif [ \( -z "${apps##*BBEdit*}" \) -o $DIFF = 'bbedit' ]; then
Notice the space before the -z.
Original comment by chris...@gmail.com
on 22 May 2009 at 5:13
Fixed in r102.
Original comment by chris...@gmail.com
on 22 May 2009 at 10:23
I still get the second error.
(Broken pipe...)
Original comment by kim.take...@gmail.com
on 25 May 2009 at 9:09
It turns out the broken pipe was a different problem to the open.sh one.
It also transpires that it is a know svn problem. I don't see it with blame
but I do see it (every time) with `svn
info *.m | grep -m 1 '^Name: '`. So I've made the change based on that.
Fixed in r108.
Original comment by chris...@gmail.com
on 26 May 2009 at 10:22
Original issue reported on code.google.com by
kim.take...@gmail.com
on 22 May 2009 at 4:59Attachments: