fix
This commit is contained in:
parent
a05f698ee3
commit
8ff3dec44d
@ -46,7 +46,9 @@ function at-repos-token() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function at-repos-clone() {
|
function at-repos-clone() {
|
||||||
mkdir -p $d/repos
|
if [ ! -d $d/repos ];then
|
||||||
|
mkdir -p $d/repos
|
||||||
|
fi
|
||||||
cd $d/repos
|
cd $d/repos
|
||||||
for ((i=1; i<=${#repos}; i++)); do
|
for ((i=1; i<=${#repos}; i++)); do
|
||||||
repo=${repos[$i]}
|
repo=${repos[$i]}
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 22a96d6b7459dbfd88c289ace88ec823e9adc6ee
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 3e384e3b58b8284c68e9562d16920867f8905340
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 03739f5268d5915e0dc7e8815723575f4b457bda
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 39f28d196f06367735b2c544533954ac17cdcac4
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit c14c54bd65eb2ea638e0be4303a4b1af53a211a6
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit c130614850e554f9862d8e649373b53cee86dd3b
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 6c9e1d4837e9e385da5ca0c89c28000ad25c70d8
|
|
Loading…
x
Reference in New Issue
Block a user