]> git.proxmox.com Git - pve-common.git/commit - debian/changelog
fix bug #264: use option pipefail for shell commands
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 29 Oct 2012 08:45:50 +0000 (09:45 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 29 Oct 2012 08:45:50 +0000 (09:45 +0100)
commite0cabd2caad4fd64893b1589ad36824ac0cf61e2
tree4cd0380b5a5a899931dd0cf707a6d273c08eb03e
parentec6d95b45d4647a5954ac367257bcec13bbf45c9
fix bug #264: use option pipefail for shell commands

Normal unix shell pipe return the exits status of the last command.
If pipefail is enabled, the pipeline's return status is the value of
the last  (rightmost)  command to  exit  with a non-zero status, or zero
if all commands exit successfully.
Makefile
data/PVE/Tools.pm
debian/changelog