Commit bb9efbba authored by Jeff Grafton's avatar Jeff Grafton

Fix path to qemu-binfmt-conf.sh

parent 9fa72e56
#!/bin/sh
#!/usr/bin/env bash
QEMU_BIN_DIR=${QEMU_BIN_DIR:-/usr/bin}
......@@ -28,4 +28,4 @@ if [ "${1}" = "--reset" ]; then
)
fi
exec /qemu-binfmt-conf.sh --qemu-path="${QEMU_BIN_DIR}" $@
exec $(dirname "${BASH_SOURCE}")/qemu-binfmt-conf.sh --qemu-path="${QEMU_BIN_DIR}" $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment