about summary refs log tree commit diff
path: root/pkgs/build-support/fetchfile/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/fetchfile/builder.sh')
-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