From c74d23dbdfda0c08dd8727ca63e67fc7860c177e Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Fri, 28 May 2010 06:49:32 +0000 Subject: [PATCH] Fix typo, thanks to Rob Vermaas svn path=/nixpkgs/trunk/; revision=22031 --- pkgs/build-support/fetchurl/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/fetchurl/builder.sh b/pkgs/build-support/fetchurl/builder.sh index 1682dc63392..3bb55aa3c90 100644 --- a/pkgs/build-support/fetchurl/builder.sh +++ b/pkgs/build-support/fetchurl/builder.sh @@ -17,7 +17,7 @@ curl="curl \ --disable-epsv \ --cookie-jar cookies \ --insecure \ - $NIX_CURL_OPTIONS" + $NIX_CURL_FLAGS" tryDownload() {