mirror of
https://github.com/containers/buildah.git
synced 2025-04-18 07:04:05 +03:00
fix: non-portable shebang #2812
Signed-off-by: Tuan Anh Tran <me@tuananh.org>
This commit is contained in:
parent
570b43fd28
commit
13187f276f
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env bash -x
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
set -x
|
||||
read
|
||||
export PATH=`pwd`:$PATH
|
||||
systemctl restart ocid
|
||||
|
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env bash -x
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
set -x
|
||||
: "[1m Build a temporary directory; make sure ocid is running.[0m"
|
||||
export PATH=`pwd`:$PATH
|
||||
d=`mktemp -d`
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash -x
|
||||
|
||||
#!/usr/bin/env bash
|
||||
set -x
|
||||
ctr1=$(buildah from "${1:-fedora}")
|
||||
|
||||
## Get all updates and install our minimal httpd server
|
||||
|
Loading…
x
Reference in New Issue
Block a user