autoconf
[Top][All Lists]
Advanced

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

Re: [Akim Demaille <address@hidden>] Re: Shell crash on SunOS 4.1.3


From: Harlan Stenn
Subject: Re: [Akim Demaille <address@hidden>] Re: Shell crash on SunOS 4.1.3
Date: Mon, 29 Jan 2001 16:57:00 -0500

Akim,

address@hidden> sh
$ foo=`exit 12 2>/dev/null`
$ echo $foo

$ bar=`(exit 12) 2>/dev/null`
$ echo $bar

$ (PATH=. ; echo baz )
echo: not found
$


Harlan
> 
> | $ at_dir=`echo foo 2>/dev/null`
> | $ echo at_dir=$at_dir
> | at_dir=foo
> 
> I don't understand this, it is not consistent with `cd'.  Isn't `echo'
> a builtin on your shell?  Then I would understand.
> 
> Hm, what else must be a builtin?  exit has to be.
> 
> foo=`exit 12 2>/dev/null`
> bar=`(exit 12) 2>/dev/null`
> 
> Could you try to see if `echo' is a builtin or not?  Thanks!
> 
> Still, the test suite should be ready to be given another try.



reply via email to

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