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