#!/gnu/store/4b6v8id11xd6fk2b4lwpwd4mxl29jh4n-bash-minimal-4.4.19/bin/bash
# A shorthand for "guix authenticate", for use by the daemon.

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