[Japi-devel] [ japi-Bugs-1791713 ] quotation marks removed from @arg files
Status: Beta
Brought to you by:
christianhujer
From: SourceForge.net <no...@so...> - 2007-09-10 21:44:42
|
Bugs item #1791713, was opened at 2007-09-10 19:11 Message generated for change (Comment added) made by christianhujer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=776737&aid=1791713&group_id=149894 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: libs-argparser Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Christian Hujer (christianhujer) Assigned to: Christian Hujer (christianhujer) Summary: quotation marks removed from @arg files Initial Comment: When including command line options from @arg files, quotation marks are silently removed. This either needs to be documented, or it needs to be changed. ---------------------------------------------------------------------- >Comment By: Christian Hujer (christianhujer) Date: 2007-09-10 23:44 Message: Logged In: YES user_id=465603 Originator: YES Fixed in revision 609. Argument files now behave regarding ', " and \ like bash. That means " are removed and need to be escaped with \ or enclosed with ''. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=776737&aid=1791713&group_id=149894 |