ansible/docs
Toshio Kuratomi 99cac0b135 Fix expr regex for MacOSX compat
MacOSX seems to want bare `+` whereas GNU expr wants escaped `+` (`\+`)
to mean match one or more.  Use `\{1,\}` instead which will match one or
more on both MaxOSX and GNU-using systems.

Fixes #71053
2020-08-14 13:01:29 -07:00
..
bin More boilerplate fixes. (#70224) 2020-06-22 19:05:30 -07:00
docsite Fix expr regex for MacOSX compat 2020-08-14 13:01:29 -07:00
man
templates Collections docs generation (#59761) 2020-07-17 13:07:35 -07:00