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

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