#!/gnu/store/3dzvi613nf3fz42rabksw6svslvanfz7-bash-minimal-4.4.23/bin/bash
# A shorthand for "guix authenticate", for use by the daemon.

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