<p><b>@Conan-Kudo</b> requested changes on this pull request.</p>

<hr>

<p>In <a href="https://github.com/rpm-software-management/rpm/pull/1070#discussion_r379677449">scripts/ocamldeps.sh</a>:</p>
<pre style='color:#555'>> +}
+#
+#
+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' ;;
</pre>
<p>Shouldn't this be something like the following?</p>
<div class="highlight highlight-source-shell"><pre>    -P<span class="pl-k">|</span>--provides) mode=<span class="pl-s"><span class="pl-pds">'</span>prov<span class="pl-pds">'</span></span> <span class="pl-k">;;</span>
    -R<span class="pl-k">|</span>--requires) mode=<span class="pl-s"><span class="pl-pds">'</span>req<span class="pl-pds">'</span></span> <span class="pl-k">;;</span></pre></div>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/rpm-software-management/rpm/pull/1070?email_source=notifications&email_token=ADLPZU2GTUF6ZMXCXUSULNDRC4M7FA5CNFSM4KVH3HWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCVU57EQ#pullrequestreview-359260050">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ADLPZU2PY6RBNHD56BFDLETRC4M7FANCNFSM4KVH3HWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ADLPZU3YCJFJ5JXXCTNNQCTRC4M7FA5CNFSM4KVH3HWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCVU57EQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/rpm-software-management/rpm/pull/1070?email_source=notifications\u0026email_token=ADLPZU2GTUF6ZMXCXUSULNDRC4M7FA5CNFSM4KVH3HWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCVU57EQ#pullrequestreview-359260050",
"url": "https://github.com/rpm-software-management/rpm/pull/1070?email_source=notifications\u0026email_token=ADLPZU2GTUF6ZMXCXUSULNDRC4M7FA5CNFSM4KVH3HWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCVU57EQ#pullrequestreview-359260050",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>