Skip to content

Commit c619884

Browse files
committed
private/check-rst: simplify pathnames.
1 parent f31f21f commit c619884

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

private/check-rst

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ root=${root#private/../}
2828
rst2xml=$(command -v rst2xml) \
2929
|| rst2xml=$(command -v rst2xml.py) \
3030
|| { printf 'rst2xml not found\n' >&2; exit 1; }
31+
rst2xml=${rst2xml##*/}
3132
options='--input-encoding=UTF-8 --strict'
3233
if [ $# -eq 0 ]
3334
then

0 commit comments

Comments
 (0)