Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15713 > unrolled thread

parser perversities (was Re: make install failed; dump core in mkdir)

Started byL A Walsh <bash@tlinx.org>
First post2019-12-12 08:22 -0800
Last post2019-12-12 08:22 -0800
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  parser perversities (was Re: make install failed; dump core in mkdir) L A Walsh <bash@tlinx.org> - 2019-12-12 08:22 -0800

#15713 — parser perversities (was Re: make install failed; dump core in mkdir)

FromL A Walsh <bash@tlinx.org>
Date2019-12-12 08:22 -0800
Subjectparser perversities (was Re: make install failed; dump core in mkdir)
Message-ID<mailman.735.1576167764.1979.bug-bash@gnu.org>
On 2019/12/02 07:04, pepa65 wrote:
> it would be nice to be able to omit 'do'.
>   
like:

>  set -- 1 2 3
>  for i
>  { echo $i
>  }
1
2
3

or:

>  for i;{ echo $i;}
1
2
3

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web