mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-03 09:53:07 -05: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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user