Browse Source

Fix syntax, errr grep

pull/14/head
falkTX 5 years ago
parent
commit
062d821264
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      repo/generate-repo-page.sh

+ 1
- 1
repo/generate-repo-page.sh View File

@@ -57,7 +57,7 @@ function has_data_package() {
}

for PACKAGE in ${PACKAGES[@]}; do
if is_blacklisted ${PACKAGE} || echo "${PACKAGE}" | grep -q "-static_"; then
if is_blacklisted ${PACKAGE} || echo "${PACKAGE}" | grep -q -- "-static_"; then
continue
fi



Loading…
Cancel
Save