Yahoo!
___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash
[EMAIL PROTECTED] wrote:
Environment: Bash 3.00.14(1) running on i386 under Fedora Core 3 Linux.
In Bash 3.00, it seems that the return code from bash is not
duplicated from a command specified by -c if the command starts with
"!".
To reproduce this, write a script:
#! /bin/bash
se
___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash
Environment: Bash 3.00.14(1) running on i386 under Fedora Core 3 Linux.
In Bash 3.00, it seems that the return code from bash is not
duplicated from a command specified by -c if the command starts with
"!".
To reproduce this, write a script:
#! /bin/bash
set -x
bash --