Browse Source

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 năm trước cách đây
mục cha
commit
30fcb62840
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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