#!/gnu/store/253gbbg95axyhf18wd5fwjdwya7vqzwn-bash-minimal-4.4.23/bin/bash
# A shorthand for "guix perform-download", for use by the daemon.

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