autodist-repository: make sure to return 0 if import_package() succeeds
This commit is contained in:
parent
ed2de4963a
commit
1979751f33
@ -557,6 +557,7 @@ function import_package() {
|
||||
echo "ERROR: $import_pkg reported by distromatic does no longer exist" >&2
|
||||
return 253
|
||||
fi
|
||||
return 0
|
||||
}
|
||||
|
||||
# FIXME: only works with basearch
|
||||
|
Loading…
Reference in New Issue
Block a user