summaryrefslogtreecommitdiff
path: root/tools/build.py
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-10-07 11:11:54 +0700
committerGitHub <[email protected]>2024-10-07 11:11:54 +0700
commita13dbd4452c2ff80923df363a1468be50f56d2ed (patch)
treef3eb2c5b1e46a221163b63f410e5323c5e16c075 /tools/build.py
parent6bfd02413785b8cdb3b4bb7e2f3851be0a50156e (diff)
parent616532892d913b7224806ed1e881b72ed66bb3e1 (diff)
Merge pull request #2809 from shuffle2/master
make all python files executable and standardize interpreter
Diffstat (limited to 'tools/build.py')
-rwxr-xr-x[-rw-r--r--]tools/build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build.py b/tools/build.py
index 3a771ed6b..91d4ebd30 100644..100755
--- a/tools/build.py
+++ b/tools/build.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
import argparse
import random
import os