BTS

Message968

Author ft1
Recipients ft, mika, z3ttacht
Date 2007-12-03.21:57:39
Content
Alexander Steinböck <bts@bts.grml.org>:
> New submission from Alexander Steinböck <stone_henge@web.de>:
> 
> Standarized the use of brackets - double instead of single ones -
> for test situations like if-clauses.
> For info, see http://zsh.dotsrc.org/Guide/zshguide02.html#l8 , last
> paragraph.
> Furthermore several cases of 'if [[..]]; then` where changed to the
> otherwise used form 'if [[..]] ; then`.
> Oneliners used:
> % sed -i 's,\]\;\( then\),\] ;\1,' etc/{skel,zsh}/.#z*
> % sed -i 's,[^\["]\(\[ \+[-!"$]\+\), [\1,g;s,\( ]\)\([ ;]\+\),\1]\2,g' etc/{skel,zsh}/.#z*
> 
> I checked the result several times. I really hope I did not miss any
> false positive.

Nice one.

I skimmed through it and saw nothing suspicious.
I'll look at it in more detail tomorrow afternoon (for certain values
of $TZ).

Regards, Frank
History
Date User Action Args
2007-12-03 21:57:40ft1setrecipients: + ft
2007-12-03 21:57:40ft1linkissue354 messages
2007-12-03 21:57:39ft1create