#!/gnu/store/0hlllwbp0clr64419kms2a3fly1g1ybl-bash-minimal-4.4.12/bin/bash
# A shorthand for "guix authenticate", for use by the daemon.

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