# HG changeset patch # User Franz Glasner # Date 1726049512 -7200 # Node ID c8348c707928341252aefbabae1c42530d15331e # Parent 09c45b00333c2dbaca0dbce989b82338ab3579ee common.subr: simplify IFScommon.subr: simplify IFScommon.subr: simplify IFScommon.subr: simplify IFScommon.subr: simplify IFScommon.subr: simplify IFScommon.subr: simplify IFScommon.subr: simplify IFScommon.subr: simplify IFS diff -r 09c45b00333c -r c8348c707928 share/local-bsdtools/common.subr --- a/share/local-bsdtools/common.subr Wed Sep 11 12:09:48 2024 +0200 +++ b/share/local-bsdtools/common.subr Wed Sep 11 12:11:52 2024 +0200 @@ -242,7 +242,7 @@ fi /sbin/mount -t zfs -p \ | { - while IFS=' '$'\t' read -r _ds _mount _rest ; do + while IFS=$' \t' read -r _ds _mount _rest ; do if [ "$_mount" = "$_mountpoint" ]; then printf '%s' "${_ds}" return 0