summary refs log tree commit diff
path: root/pkgs/build-support/fetchbzr/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/fetchbzr/builder.sh')
-rw-r--r--pkgs/build-support/fetchbzr/builder.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/build-support/fetchbzr/builder.sh b/pkgs/build-support/fetchbzr/builder.sh
index 163f6fc60ee..380642a5e68 100644
--- a/pkgs/build-support/fetchbzr/builder.sh
+++ b/pkgs/build-support/fetchbzr/builder.sh
@@ -1,10 +1,8 @@
 if [ -e .attrs.sh ]; then source .attrs.sh; fi
 source "$stdenv/setup"
 
-header "exporting \`$url' (revision $rev) into \`$out'"
+echo "exporting \`$url' (revision $rev) into \`$out'"
 
 # Perform a lightweight checkout so that we don't end up importing
 # all the repository's history.
 BZR_LOG=/dev/null bzr -Ossl.cert_reqs=none export -r "$rev" --format=dir "$out" "$url"
-
-stopNest