mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Fix xml2-config error code
Return an error code if called with an unknown option.
This commit is contained in:
parent
d5f2f74d0f
commit
2a357ab99e
@ -97,8 +97,7 @@ while test $# -gt 0; do
|
||||
;;
|
||||
|
||||
*)
|
||||
usage
|
||||
exit 1
|
||||
usage 1
|
||||
;;
|
||||
esac
|
||||
shift
|
||||
|
Loading…
x
Reference in New Issue
Block a user