This commit is contained in:
j3d1 2021-03-12 14:35:16 +01:00
parent 5a010aec09
commit deb2c57e5a

View file

@ -24,8 +24,8 @@ function unbox_outer_stage(){
fi
echo $REMOTE
URL_CACHE=$( ( cat .repo_cache; echo $REMOTE;) | sort | uniq )
echo $URL_CACHE > .repo_cache
URL_CACHE=$( ( cat .repo_cache; echo $REMOTE;) )
for LINE in $URL_CACHE; do echo $LINE; done | sort | uniq > .repo_cache
if [ -e repo ]; then
(cd repo; git pull)