#!/gnu/store/253gbbg95axyhf18wd5fwjdwya7vqzwn-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/a8041j3pg62zi62b30w91mxrmjsamp64-guix-1.0.1"
    exec_prefix="${prefix}"
    exec "${exec_prefix}/bin/guix" substitute "$@"
else
    exec guix substitute "$@"
fi
