From 5675d5f48819b84e297d3577d6e9b1694f9b6192 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 14 Mar 2005 18:55:46 +0000 Subject: * Idem. --- scripts/nix-prefetch-url.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/nix-prefetch-url.in') diff --git a/scripts/nix-prefetch-url.in b/scripts/nix-prefetch-url.in index 2311d1bde690..6153838335ed 100644 --- a/scripts/nix-prefetch-url.in +++ b/scripts/nix-prefetch-url.in @@ -9,7 +9,7 @@ if test -z "$hashType"; then fi hashFormat= -if test "$hashType" = "sha1"; then +if test "$hashType" != "md5"; then hashFormat=--base32 fi -- cgit 1.4.1