Update builder.sh

fix a incorrect name of environment variable

+1 -1
+1 -1
pkgs/build-support/fetchfile/builder.sh
··· 1 1 source $stdenv/setup 2 2 3 - echo "copying $url into $out..." 3 + echo "copying $pathname into $out..." 4 4 5 5 cp "$pathname" "$out" || exit 1 6 6