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

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