functions : eviter un subshell inutile
This commit is contained in:
parent
601a4ae96d
commit
b858742dad
|
@ -263,7 +263,7 @@ get_podman_volume_path () {
|
|||
# Execute elf binary from stdin
|
||||
elfexec () {
|
||||
opts=$(echo "$@")
|
||||
if [[ $(uname -i) == 'aarch64' ]]; then
|
||||
if [[ "${HOSTTYPE}" == 'aarch64' ]]; then
|
||||
memfd_create='279'
|
||||
else
|
||||
# defaults to amd64
|
||||
|
|
Loading…
Reference in a new issue