diff --git a/create-repo.sh b/create-repo.sh index 8a331e5..1d0a0f5 100755 --- a/create-repo.sh +++ b/create-repo.sh @@ -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