Skip to content

Commit 124bf13

Browse files
committed
private/check-rst: quote more.
1 parent 8df6bfe commit 124bf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

private/check-rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ then
3838
fi
3939
if [ $# -eq 0 ]
4040
then
41-
grep -rwl ft=rst "${root}doc/"
41+
grep -rwl 'ft=rst' "${root}doc/"
4242
else
4343
printf '%s\n' "$@"
4444
fi |

0 commit comments

Comments
 (0)