diff --git a/pkgs/build-support/fetchfile/builder.sh b/pkgs/build-support/fetchfile/builder.sh index b38e1927809..b849491fc5a 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