Re: Function definitions

2018-02-26 Thread moosotc
Pierre Gaston writes: > On Mon, Feb 26, 2018 at 12:45 PM, wrote: > [..snip..] >> >> $ func() true >> bash: syntax error near unexpected token `true' >> >> # Variant#2 >> $ func() { true } >> > ^C >> >> Both forms seem to be valid per [1] and are accepted by (at least) >> ash, zsh and mksh >> >>

Re: Function definitions

2018-02-26 Thread moosotc
Chet Ramey writes: > On 2/26/18 5:45 AM, moos...@gmail.com wrote: > >> Bash Version: 4.4 >> Patch Level: 19 >> Release Status: release >> >> Description: >> Bash rejects valid function definitions >> >> Repeat-By: >> >> $ func() true >> bash: syntax error near unexpected token `true' >

Function definitions

2018-02-26 Thread moosotc
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-unknown-linux-gnu' -DCONF_VENDOR='unknown' -DLOCALEDIR='/usr/share/loca