From aa969da461a2bbdfc2fc2de49c3f21b6de23e9e1 Mon Sep 17 00:00:00 2001 From: Stanislav Laznicka Date: Sep 01 2017 09:39:16 +0000 Subject: spec: remove strict options from shebangs https://pagure.io/freeipa/issue/4985 Reviewed-By: Tomas Krizek --- diff --git a/freeipa.spec.in b/freeipa.spec.in index 65d8050..d44f4bd 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -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