[Rpm-maint] [rpm-software-management/rpm] update OCaml requires/provides to cover also cmx (#1070)
Olaf Hering
notifications at github.com
Fri Feb 14 23:22:22 UTC 2020
olafhering commented on this pull request.
> +}
+#
+#
+usage() {
+ echo >&2 "Usage: ${0##*/} -prov|-req [-f 'ocamlobjinfo cmd']"
+}
+#
+mode=
+ignore_implementation_a=()
+ignore_interface_a=()
+while test "$#" -gt 0
+do
+ : "${1}" "${2}"
+ case "${1}" in
+ -prov) mode='prov' ;;
+ -req) mode='req' ;;
Why? It is an internal helper, not a public interface.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1070#discussion_r379686847
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200214/ae1e6a39/attachment.html>
More information about the Rpm-maint
mailing list