mirror of https://github.com/ansible/ansible.git
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 #71053pull/71295/head
parent
22d2c97b81
commit
99cac0b135
Loading…
Reference in New Issue