<html><head></head><body>No, you did not. I already pointed that out in the then review, but Who Cares? This calls python as interpreter which assumes Python 2.<br><br><div class="gmail_quote">Le 3 juillet 2019 08:34:19 GMT+03:00, Steve Lhomme <robux4@ycbcr.xyz> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">I made sure it works with python 2 and 3. What problem would this solve ?<br><br>(note: meson needs python3 so already require it anyway, so I'd be OK <br>with this change)<br><br>On 2019-07-02 11:12, Hugo Beauzée-Luyssen wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"><hr>  contrib/bootstrap | 4 ++--<br>  1 file changed, 2 insertions(+), 2 deletions(-)<br><br>diff --git a/contrib/bootstrap b/contrib/bootstrap<br>index 5e3f266932..1f9079fd73 100755<br>--- a/contrib/bootstrap<br>+++ b/contrib/bootstrap<br>@@ -379,9 +379,9 @@ esac<br>  BOOTSTRAP_PATH="$( cd "$(dirname "$0")" ; pwd -P )"<br>  CURRENT_PATH="$( pwd -P )"<br>  # location of the contrib/src folder from the root of the contrib build folder<br>-TOPSRC=$(python -c "import os; print(os.path.relpath('$BOOTSTRAP_PATH', '$CURRENT_PATH'))")<br>+TOPSRC=$(python3 -c "import os; print(os.path.relpath('$BOOTSTRAP_PATH', '$CURRENT_PATH'))")<br>  # location of the contrib/src folder from a built library folder<br>-TOPSRC_BUILT=$(python -c "import os; print(os.path.relpath('$BOOTSTRAP_PATH', '$CURRENT_PATH/libfoo'))")<br>+TOPSRC_BUILT=$(python3 -c "import os; print(os.path.relpath('$BOOTSTRAP_PATH', '$CURRENT_PATH/libfoo'))")<br>  add_make "TOPSRC = $TOPSRC"<br>  add_make "TOPSRC_BUILT = $TOPSRC_BUILT"<br>  add_make "TOPDST = .."<br>-- <br>2.20.1<hr>vlc-devel mailing list<br>To unsubscribe or modify your subscription options:<br><a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a><br><br></blockquote><hr>vlc-devel mailing list<br>To unsubscribe or modify your subscription options:<br><a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a></pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>