9front - general discussion about 9front
 help / color / mirror / Atom feed
From: "有澤 健治" <karisawa@gmail.com>
To: 9front@9front.org
Subject: Re: [9front] rc heredoc bugs
Date: Sun, 2 Jan 2022 09:48:12 +0900	[thread overview]
Message-ID: <92cc4ea5-20ed-dbcc-b11f-7f30335cd3b4@gmail.com> (raw)
In-Reply-To: <ACFB0BC018534E7084E1A078FC5637A0@wopr.sciops.net>

Mine is not.

hebe% cat <<! >/tmp/a
     bleh
     !
hebe% cat /tmp/a
bleh
hebe% cat <<! | cat
     bleh
     !
bleh
hebe%

Kenji Arisawa


On 2022/01/02 9:35, qwx@sciops.net wrote:
> Hello,
>
> Heredocs still seem broken with the latest rc(1),
> here's some examples:
>
> ; cat <<! >/tmp/a
> 		bleh
> 	!
> 	!
> #d/0:55: can't open: '/!' mounted directory forbids creation
> ; cat <<! | cat
> 		bleh
> 	!
> 	!
> #d/0:59: c!: './c!' directory entry not found
>
>
> Thanks for all the work,
> qwx


      reply	other threads:[~2022-01-02  0:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-02  0:35 qwx
2022-01-02  0:48 ` 有澤 健治 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=92cc4ea5-20ed-dbcc-b11f-7f30335cd3b4@gmail.com \
    --to=karisawa@gmail.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).