Fix shebangs (again)

This commit is contained in:
Maxwell G 2022-06-22 14:56:00 -05:00
parent 04adc100d7
commit 0972e758a9
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

View File

@ -139,7 +139,7 @@ sed '/^mock$/d' test/lib/ansible_test/_data/requirements/units.txt > ${temp}
%build
# disable the python -s shbang flag as we want to be able to find non system modules
%global py3_shbang_opts %(echo %{py3_shbang_opts} | sed 's/-s//')
%global py3_shebang_flags %(echo %{py3_shbang_opts} | sed 's/s//')
%py3_shebang_fix .
# Build manpages