[Pkg-cryptsetup-devel] Bug#430158: Bug#430158: Bug#430158: Bug#430158: closed by Jonas Meurer <jonas at freesources.org> (closing because of inactivity)
David Härdeman
david at hardeman.nu
Thu Feb 21 13:29:12 UTC 2008
On Thu, Feb 21, 2008 at 02:05:58PM +0100, Helmut Grohne wrote:
>+ tries=*)
>+ if [ "${x#tries=}" -ge 0 ]; then
>+ crypttries=${x#tries=}
>+ fi
>+ ;;
Nitpick (protects against error messages if tries is set to something
weird):
tries=*)
crypttries="${x#tries=}"
case "$crypttries" in
*[![:digit:].]*)
crypttries=3
;;
esac
;;
--
David Härdeman
More information about the Pkg-cryptsetup-devel
mailing list