mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
spec: remove strict options from shebangs
https://pagure.io/freeipa/issue/4985 Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
This commit is contained in:
parent
263217ff46
commit
aa969da461
@ -932,7 +932,7 @@ install/tools/ipactl
|
||||
ipa
|
||||
'
|
||||
for P in $PY3_SUBST_PATHS; do
|
||||
sed -i -e '1 s|^#!.*\bpython[0-9]*\(\s\+-\)\?|#!%{__python3} -bb|' $P
|
||||
sed -i -e '1 s|^#!\s\?.*\bpython[0-9]*|#!%{__python3}|' $P
|
||||
done;
|
||||
|
||||
%endif # with_python3
|
||||
|
Loading…
Reference in New Issue
Block a user