From: Bryan B. <br...@bu...> - 2009-02-16 14:52:28
|
> } > ], > '-re', '\[$tmp\]\sMP>\s', ## Should exit expect from here > as > per logic > > ); > If your using single quotes $tmp wont be expanded. Try: "\[$tmp\]\sMP>\s" and see if that works for you. Bryan http://sourceforge.net/projects/rover |