浏览代码

scripts: cfe-bin-header: fix shebang

Fixes: e575a7f777ef ("scripts: support tags for CFE binaries")
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Álvaro Fernández Rojas 5 年之前
父节点
当前提交
30fcb62840
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/cfe-bin-header.py

+ 1 - 1
scripts/cfe-bin-header.py

@@ -1,4 +1,4 @@
-#!/bin/env python3
+#!/usr/bin/env python3
 
 import argparse
 import os