From: Álvaro Fernández Rojas Date: Tue, 19 May 2020 06:05:22 +0000 (+0200) Subject: scripts: cfe-bin-header: fix shebang X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=30fcb62840be0595f50e03e79eb166674fb0de47;p=openwrt%2Fstaging%2Fansuel.git scripts: cfe-bin-header: fix shebang Fixes: e575a7f777ef ("scripts: support tags for CFE binaries") Signed-off-by: Álvaro Fernández Rojas --- diff --git a/scripts/cfe-bin-header.py b/scripts/cfe-bin-header.py index 476a36d8dd..3bf652bd0a 100755 --- a/scripts/cfe-bin-header.py +++ b/scripts/cfe-bin-header.py @@ -1,4 +1,4 @@ -#!/bin/env python3 +#!/usr/bin/env python3 import argparse import os