mirror of
https://github.com/nasa/trick.git
synced 2025-02-08 11:50:29 +00:00
When extracting include files full path file names fall through all of the logic that strips quotes off of the path. This leads to double double quotes in the output. Added an else statement that catches all other include files and strips the quotes off of pathnames. refs #267