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: Akim Demaille
Subject: Re: [Akim Demaille <address@hidden>] Re: Shell crash on SunOS 4.1.3
Date: 31 Jan 2001 15:57:04 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake)

| Akim,
| address@hidden> sh
| $ foo=`cd / 2>/dev/null`
| $ echo ,$bar,
| ,,
| $ baz=`exit nonsense 2>/dev/null`
| $ echo ,$baz,
| ,,
| $

Thanks, but you skipped the most important tests :)

Could you try all of these?

foo=`cd / 2>/dev/null`
echo ,$foo,

bar=`cd /foo 2>/dev/null`
echo ,$bar,

baz=`exit nonsense 2>/dev/null`
echo ,$baz,

exit nonsense




reply via email to

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