On Wed, 2009-10-21 at 02:02 +0200, Jiri Palecek wrote: > Hello, > > According to POSIX, the verbose output of "ar -tv" should not contain > the leading zero in day-of-month (its format should be equivalent to > %e specifier of date) [source: man(1posix)] > > Regards > Jiri Palecek > > Signed-off-by: Jiri Palecek <[email protected]>
Thanks. Regards-- Subrata > --- > testcases/commands/ade/ar/ar01 | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/testcases/commands/ade/ar/ar01 b/testcases/commands/ade/ar/ar01 > index 926be1c..c8f85eb 100755 > --- a/testcases/commands/ade/ar/ar01 > +++ b/testcases/commands/ade/ar/ar01 > @@ -573,7 +573,7 @@ rm -rf $TCtmp/lib.a;cd $TCdat $TCtmp/lib.a.exp *out > ar -cr $TCtmp/lib.a file1.in file2.in file3.in > crtest > > -ls -ln --time-style=+%b" "%d" "%H:%M file1.in file2.in file3.in | > +ls -ln --time-style=+%b" "%e" "%H:%M file1.in file2.in file3.in | > while > read permissions link uid gid size month day time file_name > do ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
