summaryrefslogtreecommitdiff
path: root/common/test-argv.c
Commit message (Collapse)AuthorAgeFilesLines
* argv: Fix misinterpretation of backslash in quotesDaiki Ueno2017-02-161-0/+114
Don't append the backslash character twice to the output. It is interpolated a few lines below, if it is really required.