This commit is contained in:
Eelco Dolstra 2005-03-14 18:55:46 +00:00
parent 6fb5f7e532
commit 5675d5f488

View file

@ -9,7 +9,7 @@ if test -z "$hashType"; then
fi
hashFormat=
if test "$hashType" = "sha1"; then
if test "$hashType" != "md5"; then
hashFormat=--base32
fi