bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

the -v output is not following exec 2>


From: Dan Jacobson
Subject: the -v output is not following exec 2>
Date: Thu, 26 Dec 2002 10:09:40 +0800

Configuration Information [Automatically generated, do not change]:
Machine: i386
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' 
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i386-pc-linux-gnu' 
-DCONF_VENDOR='pc' -DSHELL -DHAVE_CONFIG_H  -I.  
-I/home/packages/bash/bash-2.05b -I/home/packages/bash/bash-2.05b/include 
-I/home/packages/bash/bash-2.05b/lib  -g -O2
uname output: Linux debian 2.4.18-k7 #1 Sun Apr 14 13:19:11 EST 2002 i686 AMD 
Duron(tm) processor AuthenticAMD GNU/Linux
Machine Type: i386-pc-linux-gnu

Bash Version: 2.05b
Patch Level: 0
Release Status: release

Description:
        can't properly redirect -v output

Repeat-By:
(set -v;exec 2>&1 1>/tmp/a;echo aa)
cat /tmp/a
echo =====
(set -x;exec 2>&1 1>/tmp/a;echo aa)
cat /tmp/a

the -x output behaves but the -v output disappears!



reply via email to

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