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

if test "x$GUIX_UNINSTALLED" = "x"
then
    prefix="/gnu/store/g10vmbxg50kbcj9h88mjjc81gq59is03-guix-0.12.0-2.b291"
    exec_prefix="${prefix}"
    exec "${exec_prefix}/bin/guix" authenticate "$@"
else
    exec guix authenticate "$@"
fi
