#!/gnu/store/hzm7zba4lzfjmkp58z5rj84d2ahp8n41-bash-4.3.42/bin/bash
# A shorthand for "guix authenticate", for use by the daemon.

if test "x$GUIX_UNINSTALLED" = "x"
then
    prefix="/gnu/store/9nw4zglfl1dc8zc00rikkvln4kgjify9-guix-0.11.0"
    exec_prefix="${prefix}"
    exec "${exec_prefix}/bin/guix" authenticate "$@"
else
    exec guix authenticate "$@"
fi
