Skip to content

Commit 5f53a02

Browse files
committed
fetchdarcs: remove remnant --partial
1 parent 33731f8 commit 5f53a02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/build-support/fetchdarcs/builder.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
set -u
2+
13
tagtext=""
24
tagflags=""
35
# Darcs hashes are sha1 (120 bits, 40-character hex)
@@ -12,7 +14,7 @@ elif test -n "$context"; then
1214
tagflags="--context=$context"
1315
fi
1416

15-
echo "Cloning $url $partial ${tagtext} into $out"
17+
echo "Cloning $url ${tagtext} into $out"
1618

1719
darcs clone --lazy $tagflags "$url" "$out"
1820
# remove metadata, because it can change

0 commit comments

Comments
 (0)