i.e. fcatch foo --bar won't run foo with --bar. Patching in a sec.
Log message: frysk-core/frysk/bindir: 2007-03-30 Mike Cvet <mcvet@redhat.com> * fcatch.java (argString): Now a StringBuffer. (.notifyFile): Append all arguments into above StringBuffer. Fixes #4300. (.run): Split StringBuffer over spaces into array for FCatch. (.parsed): Append PID into above StringBuffer. frysk-core/frysk/util: 2007-03-30 Mike Cvet <mcvet@redhat.com> * FCatch.java (generateProcStackTrace): Remove System.exit(). (handleTask): Changed to stdout instead of stderr. (CatchObserver.updateAttached): set numTasks here.