The call that grabs zfs mount information uses egrep, which complains about being obsolete to stdout. This commit does as the warning says, and updates the call to use grep -E instead. As far as I've tested, this works to remove the warning.