Conan-Kudo 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' ;;

Because people do directly run it when doing things like debugging or testing 
them. And it's just _weird_ to ignore conventions for the parameterization of a 
dep generator.

-- 
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_r379822480
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to