mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
update-check: allow to disable checking version directories
This commit is contained in:
parent
906f339d6a
commit
7ae9417947
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ update_check() {
|
||||||
while IFS= read -r url; do
|
while IFS= read -r url; do
|
||||||
# default case: don't rewrite url
|
# default case: don't rewrite url
|
||||||
printf '%s\n' "$url"
|
printf '%s\n' "$url"
|
||||||
|
if [ "$single_directory" ]; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
rx=
|
rx=
|
||||||
urlpfx="${url}"
|
urlpfx="${url}"
|
||||||
urlsfx=
|
urlsfx=
|
||||||
|
|
Loading…
Add table
Reference in a new issue