1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 01:04:50 +09:00

In update-deps.sh, darcs pull new patches automatically without asking

This commit is contained in:
fr33domlover 2019-01-21 21:07:56 +00:00
parent 1f47ca39eb
commit e6ee947cfd

View file

@ -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