From owner-freebsd-questions Wed Sep 23 02:37:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA18951 for freebsd-questions-outgoing; Wed, 23 Sep 1998 02:37:56 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from abc.xyz.net (froggy.anchorage.ptialaska.net [208.151.119.238]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA18888 for ; Wed, 23 Sep 1998 02:37:29 -0700 (PDT) (envelope-from groggy@iname.com) From: groggy@iname.com Received: from localhost (localhost [127.0.0.1]) by abc.xyz.net (8.8.8/8.8.8) with SMTP id NAA02799 for ; Tue, 22 Sep 1998 13:28:00 -0800 (AKDT) (envelope-from groggy@iname.com) Date: Tue, 22 Sep 1998 13:27:59 -0800 (AKDT) X-Sender: abc@abc.xyz.net To: freebsd-questions Subject: tcl puts Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i don't really use tcl too much, but i like to try out different languages. one program i use quite a bit started to get crazy with 2.2.7 / tcl 8.02. i traced it down to the following line containing the "set" command. #!/usr/bin/tclsh set fubar [open /dev/stdin] # comment this line in and out ... # freaks out w/stdin, stdout, stderr. puts "aaa" puts "bbb" puts "ccc" close $fubar exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message