#!/gnu/store/44kf3gj8pvk6hk0sk1k0qhrlfzxf1lm0-bash-minimal-4.4.19/bin/bash
# A shorthand for "guix substitute", for use by the daemon.

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