On Thu, Jun 14, 2012 at 9:42 PM, John Found <[email protected]> wrote:
> On Thu, 14 Jun 2012 20:36:23 +0200 > Stephan Beal <[email protected]> wrote: > > > Looking at your last script, everything "looks fine" to me. i'm out of > > ideas :/. > > And what is really weird, the equivalent windows .cmd file works like a > charm and lists the checkout files: > ............begin code...................... > @echo "Content-type: text/plain" > @echo "" > Maybe the newlines? Now that you mention it, i think CGI specifies \r\n. So try changing the bash script to use: echo -e "...\r" to ensure CRNL. > > So, is it a bug of the Linux version of fossil. Or a feature? > Possibly all of the above :/. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

