An existential automaton demands that there must be an infinite run that fulfills the acceptance condition. If the acceptance condition is a safety condition, you can always put that into the transition relation which yields then the simple acceptance condition "true". Formally,
Aexists(Q,I,R,Gphi) = Aexists(Q,I,R&phi,true)
In the above case, the transition relation q&!b&q' was used with the initial state q. That means the automaton has only the state {q} with a self-loop that is only enabled if b is false. Hence, all infinite runs are those where b is always false, and therefore nothing else than the existence of such a run is needed.