Fixed typo in shebang interpreter directive (#10952)
This commit is contained in:
parent
8715935bb9
commit
2ffc2cb9fc
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/ash
|
#!/bin/bash
|
||||||
|
|
||||||
# exit when any command fails
|
# exit when any command fails
|
||||||
set -e
|
set -e
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue