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

if test "x$GUIX_UNINSTALLED" = "x"
then
    prefix="/gnu/store/dimnx4s5szziah90smi9amr1bwb0h718-guix-0.12.0-2.b291"
    exec_prefix="${prefix}"
    exec "${exec_prefix}/bin/guix" perform-download "$@"
else
    exec guix perform-download "$@"
fi
