diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-03-14T18·55+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-03-14T18·55+0000 |
commit | 5675d5f48819b84e297d3577d6e9b1694f9b6192 (patch) | |
tree | 34b11adf9cac697ff3d50639a2a1d01ad39f8944 /scripts | |
parent | 6fb5f7e532bf43ecf02004a4010496e9f98d09bc (diff) |
* Idem.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nix-prefetch-url.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |