mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-02-03 13:12:16 +00:00
abuild: fix spelling in comment
This commit is contained in:
parent
36a55af4a0
commit
db62857505
@ -1490,7 +1490,7 @@ builddeps() {
|
|||||||
# ignore if dependency is in other repo
|
# ignore if dependency is in other repo
|
||||||
[ -d "$dir" ] || continue
|
[ -d "$dir" ] || continue
|
||||||
|
|
||||||
# break cricular deps
|
# break circular deps
|
||||||
list_has $pkg $ABUILD_VISITED && continue
|
list_has $pkg $ABUILD_VISITED && continue
|
||||||
export ABUILD_VISITED="$ABUILD_VISITED $pkg"
|
export ABUILD_VISITED="$ABUILD_VISITED $pkg"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user