3e90b9
#!/bin/bash
3e90b9
if [[ -x @@LIBEXECDIR@@/grubby ]] ; then
3e90b9
	exec @@LIBEXECDIR@@/grubby "${@}"
3e90b9
elif [[ -x @@LIBEXECDIR@@/grubby-bls ]] ; then
3e90b9
	exec @@LIBEXECDIR@@/grubby-bls "${@}"
3e90b9
fi
3e90b9
echo "Grubby is not installed correctly." >>/dev/stderr
3e90b9
exit 1