9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] more rc heredoc bugs
@ 2022-01-06  7:47 qwx
  2022-01-07  7:56 ` Eckard Brauer
  0 siblings, 1 reply; 4+ messages in thread
From: qwx @ 2022-01-06  7:47 UTC (permalink / raw)
  To: 9front

Hello,

This previous problem persists, but differently:  it happens
in scripts.  The prompt below is ('; ' '	'), I've pasted
the output of commands.

Thanks,
qwx


; cat <<! | cat
asdf
!
asdf
; cat <<EOF >a
	#!/bin/rc
	cat <<! | cat
	asdf
	!
EOF
; cat a
#!/bin/rc
cat <<! | cat
asdf
!
; rc a
./a:5: token EOF: syntax error
; chmod +x a
; a
./a:5: token EOF: syntax error
; 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-08 10:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-06  7:47 [9front] more rc heredoc bugs qwx
2022-01-07  7:56 ` Eckard Brauer
2022-01-07 11:49   ` sirjofri
2022-01-07 20:53   ` cinap_lenrek

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).