Fix grep|sed cmd

Fixes e2a55f6ad9
This commit is contained in:
Mikhail Novosyolov 2020-04-01 21:37:21 +03:00
parent f01be3bf2e
commit c7157b8505

View file

@ -2943,7 +2943,7 @@ chmod 777 ~/tmp
chmod +x bin/unpack-sources
%if %{with clang}
grep -Irl 'include <string_view>' | \
grep -IrlE 'include[[:blank:]]([[:blank:]])*<string_view>' | xargs \
sed -i -E -e 's,include[[:blank:]]([[:blank:]])*<string_view>,include <experimental/string_view>,g'
%endif