We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31f21f commit c619884Copy full SHA for c619884
private/check-rst
@@ -28,6 +28,7 @@ root=${root#private/../}
28
rst2xml=$(command -v rst2xml) \
29
|| rst2xml=$(command -v rst2xml.py) \
30
|| { printf 'rst2xml not found\n' >&2; exit 1; }
31
+rst2xml=${rst2xml##*/}
32
options='--input-encoding=UTF-8 --strict'
33
if [ $# -eq 0 ]
34
then
0 commit comments