From owner-freebsd-current Fri Apr 17 10:37:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA07041 for freebsd-current-outgoing; Fri, 17 Apr 1998 10:37:50 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA06992 for ; Fri, 17 Apr 1998 17:37:46 GMT (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id RAA08755 for ; Fri, 17 Apr 1998 17:37:42 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id TAA08873; Fri, 17 Apr 1998 19:37:38 +0200 (MET DST) Message-ID: <19980417193737.36274@follo.net> Date: Fri, 17 Apr 1998 19:37:37 +0200 From: Eivind Eklund To: current@FreeBSD.ORG Subject: Bug in sh? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --- Tear Here (start) --- #!/bin/sh eval `SHELL=sh && export SHELL && tset -s -Q \?$TERM < /dev/tty` echo $TERM --- Tear Here (end) --- and --- Tear Here (start) --- #!/bin/sh . <