67
This commit is contained in:
parent
aa52550314
commit
49a8f4cc32
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ PKG_DIR="$(realpath packages)"
|
|||
|
||||
cd $PKG_DIR
|
||||
|
||||
while read -u 10 p; do
|
||||
while read -u 67 p; do
|
||||
GIT_URL=$p
|
||||
GIT_FILE=$(basename $GIT_URL)
|
||||
REPO_NAME=${GIT_FILE%.*}
|
||||
|
|
@ -27,6 +27,6 @@ while read -u 10 p; do
|
|||
|
||||
cd ../
|
||||
|
||||
done 10<"$BASE_DIR/target-pkgs.list"
|
||||
done 67<"$BASE_DIR/target-pkgs.list"
|
||||
|
||||
#TODO: Add deps resolving
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue