Yahoo!

2005-03-11 Thread Yahoo
Yahoo! ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

Re: Bug in return code from "bash -c '! command'"

2005-03-11 Thread Chet Ramey
[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

(no subject)

2005-03-11 Thread Jon Bowman
___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

Bug in return code from "bash -c '! command'"

2005-03-11 Thread dworley
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 --