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



> > > +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 ?

ah, thanks.


Home | Main Index | Thread Index | Old Index