[Bash-completion-devel] [SCM] bash-completion branch, master, updated. 1.90-54-gf0283e1

Igor Murzov e-mail at date.by
Sun Nov 20 16:47:58 UTC 2011


On Sun, 20 Nov 2011 16:39:54 +0200
Ville Skyttä <ville.skytta at iki.fi> wrote:

> On 11/20/2011 03:14 PM, Igor Murzov wrote:
> > The following commit has been merged in the master branch:
> > commit f0283e1c1b64202bb1adb9f44eac6fdfd80edece
> > Author: Igor Murzov <e-mail at date.by>
> > Date:   Sun Nov 20 17:00:03 2011 +0300
> > 
> >     Cleanups: Make code more compact.
> >     
> >     Drop useless spaces, backslashes, return codes, unused arguments etc.
> 
> Any particular reason to do this only for a handful of files and not
> throughout the whole tree?

No real reason, those files were opened in my text editor.

> BTW I believe we've until now used pretty consistently $( foo ) instead
> of $(foo) but this commit introduces a bunch of the latter, making
> things somewhat less consistent wrt. this than before.

Hm, I haven't seen any rule for that and there were lots of $(foo) already. I preferred to use $(foo) instead of $( foo ), because former is more terse and ( $( foo ) ) looks very sparse.


-- Igor



More information about the Bash-completion-devel mailing list