mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-25 13:10:37 +00:00
Fix issue in generate-repology-metadata.sh
This commit is contained in:
@@ -16,7 +16,7 @@ check_package() { # path
|
||||
if [ "$TERMUX_PKG_DEPENDS" != "" ]; then
|
||||
echo -n " \"depends\": ["
|
||||
FIRST_DEP=yes
|
||||
for p in ${TERMUX_PKG_DEPENDS//,/}; do
|
||||
for p in ${TERMUX_PKG_DEPENDS//,/ }; do
|
||||
if [ $FIRST_DEP = yes ]; then
|
||||
FIRST_DEP=no
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user