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

if test "x$GUIX_UNINSTALLED" = "x"
then
    prefix="/gnu/store/r5y96bmsxq1dswa29qb4yymwkchs0cja-guix-0.8.3"
    exec_prefix="${prefix}"
    exec "${exec_prefix}/bin/guix" substitute "$@"
else
    exec guix substitute "$@"
fi
