Re: Question about exception

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

 



At 22:58 +0000 12/11/2005, MARG wrote:
#!/bin/bash

        #!/bin/bash -e
or
        set -e
or
        set -o errexit
and (if desired) disable by
        set +e
or
        set +o errexit

All three toggle the same "errexit" option.

--
Jeff Woods <kazrak+kernel@xxxxxxxxxxx>
-
: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Newbie]     [Audio]     [Hams]     [Kernel Newbies]     [Util Linux NG]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Device Drivers]     [Samba]     [Video 4 Linux]     [Git]     [Fedora Users]

  Powered by Linux