Adjusted shebang.

This commit is contained in:
Jocelyn Le Sage 2018-07-23 07:06:13 -04:00
parent e320bdbb11
commit 598a23ff42

View File

@ -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.