#!/gnu/store/4yyw7brvww6dk9cwwvdq724qdfz2zn0v-bash-minimal-4.4.23/bin/bash
# A shorthand for "guix substitute", for use by the daemon.

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