[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Result of "( false )" is 0, should be 1
From: |
yozh |
Subject: |
Result of "( false )" is 0, should be 1 |
Date: |
Wed, 11 Apr 2007 20:56:20 +0400 |
Configuration Information [Automatically generated, do not change]:
Machine: i486
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i486'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i486-pc-linux-gnu'
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL
-DHAVE_CONFIG_H -I. -I../bash -I../bash/include -I../bash/lib -g -O2
uname output: Linux banana.mx1.ru 2.4.27-2-686 #1 Fri Mar 25 11:48:59 JST 2005
i686 GNU/Linux
Machine Type: i486-pc-linux-gnu
Bash Version: 3.1
Patch Level: 17
Release Status: release
Description:
Result of "( false )" is 0, should be 1
Repeat-By:
Code:
===
set -e
( false )
echo "not visible"
===
Execute in bash. You will see "not visible". Expecting that nothing is
printed
and script exited with error.
Also in version 3.2.10(1)-release
Fix:
[Description of how to fix the problem. If you don't know a
fix for the problem, don't include this section.]
- Result of "( false )" is 0, should be 1,
yozh <=