#!/gnu/store/2wfz7x38cmwiy0smi6mlkjdk1ywv0vj2-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/xxwll3hjcgma0dfivxyws7jvxh587p08-guix-0.10.0"
    exec_prefix="${prefix}"
    exec "${exec_prefix}/bin/guix" authenticate "$@"
else
    exec guix authenticate "$@"
fi
