diff options
| author | Sirius902 <10891979+Sirius902@users.noreply.github.com> | 2025-01-29 21:16:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-29 21:16:26 -0800 |
| commit | 89b7bb0d71f6ef0c9614088ac921820cd539e273 (patch) | |
| tree | 27ef5a203429d282d8e13c813bece03c384f90a1 /tools/check_format.sh | |
| parent | c767f4945595f558ce8639d0d723560a538c7243 (diff) | |
Fix /bin/bash -> /usr/bin/env bash (#1793)
Diffstat (limited to 'tools/check_format.sh')
| -rwxr-xr-x | tools/check_format.sh | 2 |
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 |
