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 touch shell options, is to use command substitution and assign the output of e2fsck to a variable which will be later echoed to logger. _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
