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

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