BjorneContext parsing issue
Project: | JNode Shell |
Component: | Code |
Category: | bug report |
Priority: | critical |
Assigned: | Stephen Crawley |
Status: | closed |
Jump to:
Description
The attached screenshot includes the relevant part of the stack trace. The command issued was
awk "{print \$1}" a
This likely shouldn't be getting run through the PathnamePattern compiler.
Attachment | Size |
---|---|
Screenshot.png | 131.38 KB |
- Login to post comments
#1
#2
It looks like the pathpattern compiler is not escaping something. I'll look at this tonight.
#3
I've checked in a fix for this, and added a testcase to the unit test.
#5
Closed manually