On 21 Mar 2015 20:19, Chet Ramey wrote:
> On 3/16/15 4:54 PM, Eduardo A. Bustamante López wrote:
> > I know that some people are interested in a more detailed commit history in
> > bash's git repository. After all, it's easier for all of us to just learn to
> > use a tool, and use that for everythi
On Sun, 22 Mar 2015, Jon Seymour wrote:
I was surprised that this didn't work with the OSX version of bash 3.2:
/bin/bash -c 'echo $(case "yes" in yes) echo yes; ;; no) echo no; ;; esac)'
/bin/bash: -c: line 0: syntax error near unexpected token `;;'
/bin/bash: -c: line 0: `echo $(case "ye
Thanks for reply and the workaround.
jon.
On Sun, Mar 22, 2015 at 4:49 PM, Chris F.A. Johnson
wrote:
> On Sun, 22 Mar 2015, Jon Seymour wrote:
>
>> I was surprised that this didn't work with the OSX version of bash 3.2:
>>
>> /bin/bash -c 'echo $(case "yes" in yes) echo yes; ;; no) echo no;
Jon Seymour wrote:
> I was surprised that this didn't work with the OSX version of bash 3.2:
>
> /bin/bash -c 'echo $(case "yes" in yes) echo yes; ;; no) echo no; ;;
> esac)'
>
> /bin/bash: -c: line 0: syntax error near unexpected token `;;'
> /bin/bash: -c: line 0: `echo $(case "yes" in ye
I was surprised that this didn't work with the OSX version of bash 3.2:
/bin/bash -c 'echo $(case "yes" in yes) echo yes; ;; no) echo no; ;; esac)'
/bin/bash: -c: line 0: syntax error near unexpected token `;;'
/bin/bash: -c: line 0: `echo $(case "yes" in yes) echo yes; ;; no)
echo no; ;; es
On 3/16/15 4:54 PM, Eduardo A. Bustamante López wrote:
> I know that some people are interested in a more detailed commit history in
> bash's git repository. After all, it's easier for all of us to just learn to
> use a tool, and use that for everything.
>
> The changelog files distributed with ba
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 3/20/15 4:47 PM, andr...@stapelspeicher.org wrote:
> When using "ln=target" in LS_COLORS and having "colored-stats on", I
> get "targetm" in front of every symlink when using tab-completion, as
> well as indenting problems. The implementation in