#!/gnu/store/bzvrkrlyf5cbf42z3g7jr4bh3fgan4yw-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/xv39ip250v3krd24frda3ax6p500yhx7-guix-0.12.0"
    exec_prefix="${prefix}"
    exec "${exec_prefix}/bin/guix" perform-download "$@"
else
    exec guix perform-download "$@"
fi
