mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 04:44:48 -04:00
Skip Sublime Text plugin repository
This commit is contained in:
parent
24e8d1cec5
commit
a0e56d9731
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue