summaryrefslogtreecommitdiff
path: root/tools/check_format.sh
diff options
context:
space:
mode:
authorSirius902 <10891979+Sirius902@users.noreply.github.com>2025-01-29 21:16:26 -0800
committerGitHub <noreply@github.com>2025-01-29 21:16:26 -0800
commit89b7bb0d71f6ef0c9614088ac921820cd539e273 (patch)
tree27ef5a203429d282d8e13c813bece03c384f90a1 /tools/check_format.sh
parentc767f4945595f558ce8639d0d723560a538c7243 (diff)
Fix /bin/bash -> /usr/bin/env bash (#1793)
Diffstat (limited to 'tools/check_format.sh')
-rwxr-xr-xtools/check_format.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check_format.sh b/tools/check_format.sh
index e614db665..61c70265b 100755
--- a/tools/check_format.sh
+++ b/tools/check_format.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
STATUSOLD=`git status --porcelain`
./tools/format.py -j