Przeglądaj źródła

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 lat temu
rodzic
commit
30fcb62840
1 zmienionych plików z 1 dodań i 1 usunięć
  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