[pkg-cryptsetup-devel] Bug#901884: (no subject)
901884 at chiru.no
901884 at chiru.no
Wed Jun 20 07:42:03 BST 2018
This line:
blockcipher="$(printf '%s' "$value" | cut -d':' -f1 | cut -d'-' -f1)"
should be:
blockcipher="$(printf '%s' "$value" | cut -d':' -f1 | cut -d'-' -f2)"
More information about the pkg-cryptsetup-devel
mailing list