Fixed typo in shebang interpreter directive (#10952) (#10953)

(cherry picked from commit 2ffc2cb9fc)

Co-authored-by: Tyler Tracy <tylertracy@gmail.com>
This commit is contained in:
github-actions[bot] 2025-12-04 12:10:09 +11:00 committed by GitHub
parent 1a8287824b
commit 66b71c1f2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/ash
#!/bin/bash
# exit when any command fails
set -e