autoconf
[Top][All Lists]
Advanced

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

Re: "times" ?!


From: Akim Demaille
Subject: Re: "times" ?!
Date: 15 Aug 2001 12:18:20 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

| Yes - I don't have "times" anywhere.. It does say ! /bin/sh at the top
| of testsuite afterall, not some other shell. eg. of output from testsuite:
| 
|   1: tools.at:47       times: not found
| FAILED near `tools.at:83'

Thanks!

What is your platform?  How does

:; times >at-times 2>/dev/null; echo $?

behave?

how does Tim's proposal work?

at_times=:
times >dev/null 2>&1 && at_times=times
$times >at-times
echo $?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]