25 elif [ -x /lib/udev/vol_id ]; then
26 UUID=$(/sbin/vol_id -u "$RESUME" || true)
27 fi
Line 26 clearly is a copy&paste error in that it should read /lib/udev/vol_id
instead of /sbin/vol_id. Changing this should fix the bug immediately (thus
tagging patch).