New issue 14 by lorinh: Suppress unwanted content in the first entry
http://code.google.com/p/shelllogger/issues/detail?id=14
What steps will reproduce the problem?
Run a shelllogger instance and look at the output.
What is the expected output?
What I'd like to see it capture is just:
<![CDATA[[SL ~/dev]$ ls]]>
What do you see instead?
Here's what it captures:
<![CDATA[PS1='[SL \w]$ '
[lorin@bender dev]$ PS1='[SL \w]$ '
[SL ~/dev]$ ls]]>