From owner-freebsd-bugs Fri Sep 27 3:50: 4 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BCDF37B401 for ; Fri, 27 Sep 2002 03:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83A6843E6E for ; Fri, 27 Sep 2002 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RAo2Co099417 for ; Fri, 27 Sep 2002 03:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RAo29x099416; Fri, 27 Sep 2002 03:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D11437B401 for ; Fri, 27 Sep 2002 03:40:49 -0700 (PDT) Received: from groggy.anc.acsalaska.net (groggy.anc.acsalaska.net [208.151.119.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B7B543E4A for ; Fri, 27 Sep 2002 03:40:48 -0700 (PDT) (envelope-from abc@anchorageinternet.org) Received: (from abc@localhost) by groggy.anc.acsalaska.net (8.11.6/8.11.6) id g8RBbUk76243 for FreeBSD-gnats-submit@freebsd.org; Fri, 27 Sep 2002 11:37:30 GMT (envelope-from abc@anchorageinternet.org) Message-Id: <200209271137.g8RBbUk76243@groggy.anc.acsalaska.net> Date: Fri, 27 Sep 2002 11:37:30 GMT From: Abc Xyz To: FreeBSD-gnats-submit@FreeBSD.org Subject: bin/43413: sh parameter expansion bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 43413 >Category: bin >Synopsis: sh parameter expansion bug >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 27 03:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Abc Xyz >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: none >Environment: sh >Description: sh "set" doesn't show all shell variables. >How-To-Repeat: $ x=123 $ echo $x 123 $ set [won't show x] set [-/+abCEefIimnpTuVvx] [-/+o longname] [-c string] [-- arg ...] The set command performs three different functions: With no arguments, it lists the values of all shell variables. it appears that if x is set in the current shell, it should also appear in "set" output. >Fix: dunno. >Release-Note: >Audit-Trail: >Unformatted: >System: FreeBSD 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #3: Sun Sep 22 04:11:34 AKDT 2002 /usr/src/sys/compile/MYKERN i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message