Fixed typo in shebang interpreter directive (#10952)

This commit is contained in:
Tyler Tracy
2025-12-04 11:03:56 +11:00
committed by GitHub
parent 8715935bb9
commit 2ffc2cb9fc
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/ash
#!/bin/bash
# exit when any command fails
set -e