From e6ee947cfdae1bc27168e96424e2f5575e73fa84 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Mon, 21 Jan 2019 21:07:56 +0000 Subject: [PATCH] In update-deps.sh, darcs pull new patches automatically without asking --- update-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-deps.sh b/update-deps.sh index d3bab08..28f5b72 100644 --- a/update-deps.sh +++ b/update-deps.sh @@ -20,7 +20,7 @@ mkdir -p lib cd lib for dep in $DEPS; do if [ -d "$dep" ]; then - darcs pull --repodir="$dep" + darcs pull --repodir="$dep" --all else darcs clone "$VERVIS/$dep" fi