From b141cc9edbc6eeca0ae83548054caee90b34c6f1 Mon Sep 17 00:00:00 2001 From: Hyunggi Lee Date: Thu, 25 Mar 2021 10:49:59 +0900 Subject: [PATCH] Temporarily solution explicitly set to python2 python2 no longer has official support. In Ubuntu 20.04, python3 is default. but we cann't change python2 to python3 right now. so change python to python2 Change-Id: I6833ffa301b240e3ae1e6b579b41a8a43f972915 Signed-off-by: Hyunggi Lee --- tools/gbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gbs b/tools/gbs index 14d4119..7feeda4 100755 --- a/tools/gbs +++ b/tools/gbs @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # vim: ai ts=4 sts=4 et sw=4 # # Copyright (c) 2011 Intel, Inc. -- 2.34.1