From: Hyunggi Lee Date: Thu, 25 Mar 2021 01:49:59 +0000 (+0900) Subject: Temporarily solution explicitly set to python2 X-Git-Tag: submit/trunk/20220920.063044~4^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b141cc9edbc6eeca0ae83548054caee90b34c6f1;p=tools%2Fgbs.git 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 --- 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.