forked from lix-project/lix
* Idem.
This commit is contained in:
parent
6fb5f7e532
commit
5675d5f488
|
@ -9,7 +9,7 @@ if test -z "$hashType"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
hashFormat=
|
hashFormat=
|
||||||
if test "$hashType" = "sha1"; then
|
if test "$hashType" != "md5"; then
|
||||||
hashFormat=--base32
|
hashFormat=--base32
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue