about summary refs log tree commit diff
path: root/pkgs/build-support/fetchsvnssh
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-01-16 00:08:12 +0200
committerArtturin <Artturin@artturin.com>2023-01-16 00:08:12 +0200
commitfe1c7a1945d462489af03ea88e56d46b1a721e53 (patch)
tree5cd876c7aa330d33f4570a0129144d55e68f7e36 /pkgs/build-support/fetchsvnssh
parent856f3a46b2f64d4481ced392e1ebc86f09551521 (diff)
treewide: remove usages of header and stopNest
they're obsolete
Diffstat (limited to 'pkgs/build-support/fetchsvnssh')
-rw-r--r--pkgs/build-support/fetchsvnssh/builder.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/build-support/fetchsvnssh/builder.sh b/pkgs/build-support/fetchsvnssh/builder.sh
index b0441299dd2c6..5782151524f7a 100644
--- a/pkgs/build-support/fetchsvnssh/builder.sh
+++ b/pkgs/build-support/fetchsvnssh/builder.sh
@@ -1,7 +1,7 @@
 if [ -e .attrs.sh ]; then source .attrs.sh; fi
 source $stdenv/setup
 
-header "exporting $url (r$rev) into $out"
+echo "exporting $url (r$rev) into $out"
 
 if test "$sshSupport"; then
     export SVN_SSH="$openssh/bin/ssh"
@@ -12,5 +12,3 @@ fi
 # whether the server is being spoofed --- only the cryptographic
 # hash of the output matters.
 expect -f $sshSubversion "$username" "$password" "$rev" "$url" $out
-
-stopNest