From: gitworkflows <118260833+gitworkflows@users.noreply.github.com> Date: Sat, 17 Aug 2024 03:59:06 +0000 (+0600) Subject: 🔨 Standardize shebang across shell scripts (#11942) X-Git-Tag: 0.112.2~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a7f6e0ae66fb1d2b08aee5035df895074dccdfa;p=thirdparty%2Ffastapi%2Ffastapi.git 🔨 Standardize shebang across shell scripts (#11942) --- diff --git a/scripts/format.sh b/scripts/format.sh index 45742f79a9..bf70f42e5f 100755 --- a/scripts/format.sh +++ b/scripts/format.sh @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/usr/bin/env bash set -x ruff check fastapi tests docs_src scripts --fix