<> <> <> <> <> <> <<>> DIRECTORY CommanderOps, Rope, EnvironmentVariables; StartXAnyImpl: CEDAR PROGRAM IMPORTS CommanderOps, Rope, EnvironmentVariables = BEGIN IF Rope.Equal[EnvironmentVariables.Get["CEDAR_INITIAL_XFAILURE"], "RETRY"] THEN [] ¬ CommanderOps.DoCommand["X11ViewersInitialStartUp+", NIL] ELSE [] ¬ CommanderOps.DoCommand["X11ViewersInitialStartUp!", NIL]; END.