From owner-freebsd-bugs Thu Feb 29 22:50:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA20996 for bugs-outgoing; Thu, 29 Feb 1996 22:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA20974 Thu, 29 Feb 1996 22:50:01 -0800 (PST) Date: Thu, 29 Feb 1996 22:50:01 -0800 (PST) Message-Id: <199603010650.WAA20974@freefall.freebsd.org> To: freebsd-bugs Cc: From: Mark Murray Subject: Re: bin/1053: /bin/sh problem with new GCC (snapshot for 2.8) Reply-To: Mark Murray Sender: owner-bugs@FreeBSD.ORG Precedence: bulk The following reply was made to PR bin/1053; it has been noted by GNATS. From: Mark Murray To: tege@noisy.matematik.su.se Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/1053: /bin/sh problem with new GCC (snapshot for 2.8) Date: Fri, 01 Mar 1996 08:42:08 +0200 > >Description: > > The /bin/sh of FreeBSD doesn't work as on other systems, or like bash. > The problem seems to be with the builtin `eval'. > > >How-To-Repeat: > > bash$ foo=tomte; var=foo; echo `eval echo \\$$var` > tomte > sh$ foo=tomte; var=foo; echo `eval echo \\$$var` > 5578var This is a duplicate (different technique) of my bin/1030. M