Added return statement when package is not found in zrep_parse_remote function.

- Added return 1 when package is not found.
This commit is contained in:
Stig-Ørjan Smelror 2024-03-16 00:27:27 +01:00
parent a50a99183b
commit a64e876b7d

1
zrep
View File

@ -275,6 +275,7 @@ function zrep_parse_remote() {
else
zrep_msg debug "\nPackage ${package} not found."
return 1
fi
}