Re: A patch that erroneus causes a text conflict

2010-07-23 Thread Daniel Näslund
On Fri, Jul 23, 2010 at 04:13:44PM +0200, Stefan Sperling wrote: > On Fri, Jul 23, 2010 at 04:06:09PM +0200, Daniel Näslund wrote: > > Hi Stefan! > > > > The patch below fails to apply. I'm investigating why. > > > > Content of the file 'new': > > - > > [[[ > > #!/

A patch that erroneus causes a text conflict

2010-07-23 Thread Daniel Näslund
Hi Stefan! The patch below fails to apply. I'm investigating why. Content of the file 'new': - [[[ #!/bin/sh IFS=@ read name address echo "A mail to $name at $address" read subject echo "Subject: $subject" The script is fed its input through standa