--- functions_old 2011-11-19 13:05:47.921522255 +0400 +++ functions 2011-11-19 12:55:17.411565127 +0400 @@ -494,7 +494,7 @@ fi mounts+=("$target") - done < <(findmnt -runRo TARGET,FSTYPE,OPTIONS / | tac) + done < $(findmnt -runRo TARGET,FSTYPE,OPTIONS / | tac) umount -r "${mounts[@]}"