summaryrefslogtreecommitdiff
authorPengfei He <pengfei.he@amlogic.com>2017-09-21 03:29:22 (GMT)
committer Pengfei He <pengfei.he@amlogic.com>2017-09-21 03:30:19 (GMT)
commit5949e29760c89217edab88b9cc094763ff8944a2 (patch)
treefbca6f67f46de567ab162c5c3607da4e5587f417
parent2021c67e9fa387576546789c95e2f22aae17ea90 (diff)
downloadtdk-5949e29760c89217edab88b9cc094763ff8944a2.zip
tdk-5949e29760c89217edab88b9cc094763ff8944a2.tar.gz
tdk-5949e29760c89217edab88b9cc094763ff8944a2.tar.bz2
scripts: fix compile error in buildroot [1/1]
PD# NONE change the python scripts use python env in PC, instead of buildroot python environment Change-Id: I526f21546824091ce4e83990ae08d4c9c5fe6550 Signed-off-by: Pengfei He <pengfei.he@amlogic.com>
Diffstat
-rwxr-xr-xta_export/scripts/nosign.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ta_export/scripts/nosign.py b/ta_export/scripts/nosign.py
index dcdfc39..f904e02 100755
--- a/ta_export/scripts/nosign.py
+++ b/ta_export/scripts/nosign.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
#
# Copyright (c) 2015, Linaro Limited
# All rights reserved.