Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/external/gpl3/gcc



>>> Christoph Egger <Christoph_Egger%gmx.de@localhost> wrote

> On 26.02.14 11:50, matthew green wrote:

> > +date=$(date +%Y%m%M-%H%M)
> 
> I think, it isn't necessary to invoke a subshell.
> 
> date=`date +%Y%m%M-%H%M`  is enough.

date +%Y%m%d-%H%M ?

-- Takeshi Nakayama


Home | Main Index | Thread Index | Old Index