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:
parent
a50a99183b
commit
a64e876b7d
1
zrep
1
zrep
@ -275,6 +275,7 @@ function zrep_parse_remote() {
|
|||||||
|
|
||||||
else
|
else
|
||||||
zrep_msg debug "\nPackage ${package} not found."
|
zrep_msg debug "\nPackage ${package} not found."
|
||||||
|
return 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user