-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I committed a modified version of this patch in r31377 - thanks!
~ Jow
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk+RhaMACgkQdputYINPTPOb8gCgokn+W
On Mon 09 of Apr 2012 22:20:27 Łukasz Golec-Biernat wrote:
> This patch corrects a status reaping issue in e2fsck.sh, with e2fsck
> piped against logger.
I think the pipefail option should be restored to default (unset) after the
execution of the command.
Another solution, without the need to to
This patch corrects a status reaping issue in e2fsck.sh, with e2fsck
piped against logger.
Signed-off-by: Lukasz Golec-Biernat
---
Index: e2fsck.sh
===
--- e2fsck.sh (revision 31048)
+++ e2fsck.sh (working copy)
@@ -5,6 +5,7 @@