From 258cb7f1695d7c512069f48571c95c3de8053639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Tue, 19 May 2020 08:06:29 +0200 Subject: [PATCH] scripts: cfe-wfi-tag: fix shebang MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: 72985233a696 ("scripts: support CFE WFI images") Signed-off-by: Álvaro Fernández Rojas --- scripts/cfe-wfi-tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cfe-wfi-tag.py b/scripts/cfe-wfi-tag.py index 3b60dbfc5d..78ae869f1d 100755 --- a/scripts/cfe-wfi-tag.py +++ b/scripts/cfe-wfi-tag.py @@ -1,4 +1,4 @@ -#!/bin/env python3 +#!/usr/bin/env python3 """ Whole Flash Image Tag