On Wed, Jun 14, 2006 at 04:09:40PM +0200, Sven Mueller wrote:
> Gerrit: Please see below for a summary of why I think this is a "dash"
> bug. I clone the bug instead of just reassigning it because I will
> implement a workaround in my package and will close the bug in the
> changelog accordingly.
> 
> I'm sorry, but the test syntax is absolutely OK for a Debian system (see
> "man test") and it certainly is no "bashism". The problem is that dash
> wants to override the normal "test" binary but doesn't allow it's full
> syntax. Dash is the only shell I know of that doesn't allow use of the
> "-nt" (newer than) test.

Hi Sven, dash supports the -nt and -ot options to the test builtin, see
also dash(1):

 $ dash -ec 'touch foo; sleep 1; touch bar; test foo -nt bar; echo $?'
 1
 $ dash -ec 'touch foo; sleep 1; touch bar; test foo -ot bar; echo $?'
 0
 $ 

I think the problem in #373611 is that /usr/share/misc/config.guess does
not exist, and the cp program barfs.

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to