From 3a205134fbf98b53d5d4e9e47b19f44b84704b90 Mon Sep 17 00:00:00 2001 From: Wei-Ming Yang Date: Wed, 25 Nov 2015 17:14:03 +0800 Subject: Update builder.sh fix a incorrect name of environment variable --- pkgs/build-support/fetchfile/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/fetchfile/builder.sh b/pkgs/build-support/fetchfile/builder.sh index b38e1927809a8..b849491fc5aba 100644 --- a/pkgs/build-support/fetchfile/builder.sh +++ b/pkgs/build-support/fetchfile/builder.sh @@ -1,6 +1,6 @@ source $stdenv/setup -echo "copying $url into $out..." +echo "copying $pathname into $out..." cp "$pathname" "$out" || exit 1 -- cgit 1.4.1