bin: better shell quoting for ltlcross and ltldo

* src/bin/common_trans.cc: Use double-quotes when single-quotes
cannot do.
* src/tests/ltlcross3.test: Add a test case.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2015-07-16 22:25:34 +02:00
parent 31f5ea75b2
commit 29052c4619
3 changed files with 43 additions and 6 deletions

2
NEWS
View file

@ -36,6 +36,8 @@ New in spot 1.99.1a (not yet released)
- scc_filter() would incorrectly remove Fin marks from
rejecting SCCs.
- the libspotltsmin library is installed
- ltlcross and ltldo did not properly quote atomic propositions
and temporary file names containing a single-quote
New in spot 1.99.1 (2015-06-23)