Adjusted shebang.
This commit is contained in:
parent
e320bdbb11
commit
598a23ff42
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/usr/bin/with-contenv sh
|
||||||
|
|
||||||
set -e # Exit immediately if a command exits with a non-zero status.
|
set -e # Exit immediately if a command exits with a non-zero status.
|
||||||
set -u # Treat unset variables as an error.
|
set -u # Treat unset variables as an error.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue