Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: "here" document broken? (New findings)
- X-seq: zsh-users 9583
 
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
 
- To: "Com MN PG P E B Consultant 3" <mn-pg-p-e-b-consultant-3.com@xxxxxxxxxxx>, "zsh-users Mailinglist" <zsh-users@xxxxxxxxxx>
 
- Subject: Re: "here" document broken? (New findings)
 
- Date: Fri, 28 Oct 2005 15:13:32 +0000
 
- In-reply-to: <6F0CB04509C11D46A54232E852E390AC44B9AB@xxxxxxxxxxxxxxxxxxxxxxxxxx>
 
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
 
- References: <6F0CB04509C11D46A54232E852E390AC44B9AB@xxxxxxxxxxxxxxxxxxxxxxxxxx>
 
On Oct 28, 11:34am, Com MN PG P E B Consultant 3 wrote:
}
} As the only difference is the -f flag in the invocation of zsh,
} the culprit might be my startup scripts. But they are innocent:
}    zsh -x -c zsh_here
How about changing zsh_here to put the -x on the #! line, so that you
can see what's happening *inside* the script?
#!/bin/zsh -x
cat << EOD
  xxx
EOD
Messages sorted by:
Reverse Date,
Date,
Thread,
Author