about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWei-Ming Yang <rick68@users.noreply.github.com>2015-11-25 17:14:03 +0800
committerWei-Ming Yang <rick68@users.noreply.github.com>2015-11-25 17:14:03 +0800
commit3a205134fbf98b53d5d4e9e47b19f44b84704b90 (patch)
tree5e80102d73031bdf9e5455fcfc1a7d5eabc69f58
parent1cdacc6aa2f604fbdec60919dcd72cd7cde4551f (diff)
Update builder.sh
fix a incorrect name of environment variable
-rw-r--r--pkgs/build-support/fetchfile/builder.sh2
1 files changed, 1 insertions, 1 deletions
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