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:
parent
1f47ca39eb
commit
e6ee947cfd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue