Re: It does involve cygwin

2013-04-04 Thread Shawn Kielty
I can't imagine any one actually working in the real world even caring about any of this. I joined this mailing list a couple of days ago. I thought it would be interesting ... but this ... it's just painful. On 4 Apr 2013, at 10:45 PM, Christopher Faylor wrote: > On Fri, Apr 05, 2013 at 0

Here-Document execution fails with extra space after closing delimiter

2013-04-03 Thread shawn kielty
this script works: #! /bin/bash tclsh << SCRIPT puts "hello world" SCRIPT while this script fails: #! /bin/bash tclsh << SCRIPT puts "hello world" SCRIPT with the error: $ ./embeddedTcl.sh ./embeddedTcl.sh: line 5: warning: here-document at line 3 delimited by end-of-file (wanted `DE