#!/gnu/store/6fdr3fhqxgfk96n9ghqgzixx6b85s7ad-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/x4nfycabdkhvbcjdckva1fd1w8r5qqpm-guix-0.9.0"
    exec_prefix="${prefix}"
    exec "${exec_prefix}/bin/guix" substitute "$@"
else
    exec guix substitute "$@"
fi
