We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--partial
1 parent 33731f8 commit 5f53a02Copy full SHA for 5f53a02
pkgs/build-support/fetchdarcs/builder.sh
@@ -1,3 +1,5 @@
1
+set -u
2
+
3
tagtext=""
4
tagflags=""
5
# Darcs hashes are sha1 (120 bits, 40-character hex)
@@ -12,7 +14,7 @@ elif test -n "$context"; then
12
14
tagflags="--context=$context"
13
15
fi
16
-echo "Cloning $url $partial ${tagtext} into $out"
17
+echo "Cloning $url ${tagtext} into $out"
18
19
darcs clone --lazy $tagflags "$url" "$out"
20
# remove metadata, because it can change
0 commit comments