[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1139806 - in /subversion/trunk: Makefile.in subversion/tests/cmdline/svnserveautocheck.sh

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Mon, 27 Jun 2011 15:38:51 -0400

On 06/27/2011 02:07 PM, Peter Samuelson wrote:
> The first two are false positives. The last two ... I don't know why
> checkbashisms thinks 'time' might be bash-specific.

Maybe because running 'time' in bash might not give the same output as
running '/usr/bin/time' ?

$ time ls > /dev/null

real 0m0.005s
user 0m0.000s
sys 0m0.004s
$ /usr/bin/time ls > /dev/null
0.00user 0.00system 0:00.00elapsed 100%CPU (0avgtext+0avgdata 3632maxresident)k
0inputs+0outputs (0major+292minor)pagefaults 0swaps
$

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand
Received on 2011-06-27 21:39:23 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.