Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15713
| Path | csiph.com!fu-berlin.de!usenet.stanford.edu!not-for-mail |
|---|---|
| From | L A Walsh <bash@tlinx.org> |
| Newsgroups | gnu.bash.bug |
| Subject | parser perversities (was Re: make install failed; dump core in mkdir) |
| Date | Thu, 12 Dec 2019 08:22:35 -0800 |
| Lines | 21 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.735.1576167764.1979.bug-bash@gnu.org> (permalink) |
| References | <742858147.7229097.1575213654608.ref@mail.yahoo.com> <742858147.7229097.1575213654608@mail.yahoo.com> <20191202135127.GS851@eeg.ccf.org> <20191202143843.GA43338@pooh.my.domain> <0ee0fed4-4542-85c7-7889-2f73b5fd31ce@passchier.net> <20191202145639.GV851@eeg.ccf.org> <8cbd8f39-96f0-a861-8e6e-fbbe87f29a18@passchier.net> <5DF2694B.9090308@tlinx.org> |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | usenet.stanford.edu 1576167765 27094 209.51.188.17 (12 Dec 2019 16:22:45 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| Cc | bug-bash@gnu.org |
| To | pepa65 <peterkelly@passchier.net> |
| Envelope-to | bug-bash@gnu.org |
| User-Agent | Thunderbird |
| In-Reply-To | <8cbd8f39-96f0-a861-8e6e-fbbe87f29a18@passchier.net> |
| X-detected-operating-system | by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] |
| X-Received-From | 173.164.175.65 |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.23 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <https://lists.gnu.org/archive/html/bug-bash> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <5DF2694B.9090308@tlinx.org> |
| X-Mailman-Original-References | <742858147.7229097.1575213654608.ref@mail.yahoo.com> <742858147.7229097.1575213654608@mail.yahoo.com> <20191202135127.GS851@eeg.ccf.org> <20191202143843.GA43338@pooh.my.domain> <0ee0fed4-4542-85c7-7889-2f73b5fd31ce@passchier.net> <20191202145639.GV851@eeg.ccf.org> <8cbd8f39-96f0-a861-8e6e-fbbe87f29a18@passchier.net> |
| Xref | csiph.com gnu.bash.bug:15713 |
Show key headers only | View raw
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
Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread
parser perversities (was Re: make install failed; dump core in mkdir) L A Walsh <bash@tlinx.org> - 2019-12-12 08:22 -0800
csiph-web