#!/gnu/store/k7029k5va68lkapbzcycdzj7m5bjb4b8-bash-4.4.12/bin/bash
# A shorthand for "guix perform-download", for use by the daemon.

if test "x$GUIX_UNINSTALLED" = "x"
then
    prefix="/gnu/store/vir3lrwqy50pr8fkaf3m091dgbrja2n6-guix-0.13.0"
    exec_prefix="${prefix}"
    exec "${exec_prefix}/bin/guix" perform-download "$@"
else
    exec guix perform-download "$@"
fi
