Skip Sublime Text plugin repository

This commit is contained in:
vr8ce 2020-07-29 00:27:32 -05:00 committed by Alex Cabal
parent 24e8d1cec5
commit a0e56d9731

View file

@ -167,7 +167,7 @@ if [ "${verbosity}" -gt 0 ]; then
printf " Done.\n" printf " Done.\n"
fi fi
repoUrls=$(printf "%s" "${repoUrls}" | grep -v -e "/tools.git\$" -e "/web.git\$" -e "/manual.git\$" | awk 'NF') repoUrls=$(printf "%s" "${repoUrls}" | grep -v -e "/tools.git\$" -e "/web.git\$" -e "/manual.git\$" -e "/sublime-text-se-plugin.git\$" | awk 'NF')
printf "%s\n" "${repoUrls}" | while IFS= read -r repoUrl; do printf "%s\n" "${repoUrls}" | while IFS= read -r repoUrl; do
# make sure it's not an empty string # make sure it's not an empty string