mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-10-26 18:05:04 +03:00
The shell executes each command of a pipeline in a subshell, thus $ret always had the same value after the while loop that it had before the loop (http://mywiki.wooledge.org/BashFAQ/024), signaling success even if some of the zpools could not be exported. Signed-off-by: Lukas Wunner <lukas@wunner.de> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #3083 |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| export-zfs.sh.in | ||
| Makefile.am | ||
| module-setup.sh.in | ||
| mount-zfs.sh.in | ||
| parse-zfs.sh.in | ||