__line: handle fixed strings correctly, posix gave us -F -x for this case

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-10-29 12:23:07 +01:00
commit 95513ab538
4 changed files with 31 additions and 16 deletions

View file

@ -6,6 +6,7 @@ Changelog
2.3.6:
* New Type: __locale
* Type __line: Ensure special characters are not interpreted
2.3.5: 2013-10-10
* Core: Unit test fix for remote_copy (Steven Armstrong)