From 70a23a41a01df951c30e9755fa0473195da30439 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 24 Dec 2015 20:23:14 -0500 Subject: [PATCH] r: force python2 since repo fails w/py3 --- .bin/r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}} "$@" -- 2.39.2