fix: another non-portable shebang

Signed-off-by: Mikael Karlsson <mikaelhakarlsson@gmail.com>
This commit is contained in:
Mikael Karlsson 2021-10-24 12:23:04 +02:00
parent d6b04349fe
commit 33df3e8a9d
1 changed files with 3 additions and 1 deletions

View File

@ -77,7 +77,9 @@ From [`./examples/lighttpd.sh`](examples/lighttpd.sh):
```bash
$ cat > lighttpd.sh <<"EOF"
#!/usr/bin/env bash -x
#!/usr/bin/env bash
set -x
ctr1=$(buildah from "${1:-fedora}")