From: Mike Frysinger Date: Fri, 25 Dec 2015 01:23:14 +0000 (-0500) Subject: r: force python2 since repo fails w/py3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=70a23a41a01df951c30e9755fa0473195da30439;p=home.git r: force python2 since repo fails w/py3 --- diff --git a/.bin/r b/.bin/r index cc26b7b..22628b4 100755 --- a/.bin/r +++ b/.bin/r @@ -307,4 +307,4 @@ email) ;; esac -exec repo ${acmd:-${cmd}} "$@" +exec python2 $(type -P repo) ${acmd:-${cmd}} "$@"