]> granicus.if.org Git - handbrake/commitdiff
make: Update python_launcher to accept Python 3.
authorBradley Sepos <bradley@bradleysepos.com>
Tue, 26 Feb 2019 21:19:48 +0000 (16:19 -0500)
committerBradley Sepos <bradley@bradleysepos.com>
Tue, 26 Feb 2019 21:19:48 +0000 (16:19 -0500)
make/python_launcher

index 30fcf141ef944439b6b8451d016499b1a1427357..212d8f75f5152519746edd8dec09530dbb63c3ad 100755 (executable)
@@ -13,7 +13,7 @@ inpath()
     return 1
 }
 
-for p in python2.7 python2.6 python2.5 python2.4 python2 python
+for p in python3 python2 python
 do
     if ( inpath $p ); then
         exec $p "$@"