Ludovic Courtès writes: > Hi Marius! > > Marius Bakke skribis: > >> * gnu/packages/ld-wrapper.in (expand-arguments): Add TOKENIZE procedure, and >> use that to parse the response file. > > LGTM! > >> Currently the ld-wrapper will fail inscrutably if a response file >> contains double quotes. This patch fixes that, and also preserves >> whitespaces between quotes. > > Out of curiosity, where did you stumble upon response files with quotes? > Was it GHC? A variant of this wrapper will (hopefully!) soon show up on the 'master' branch, required for version 80 of ungoogled-chromium. It generates response files where all "-lfoo" "-lbar" arguments are quoted, even though they contain no spaces. Thanks for the quick review, will merge it on core-updates after it hits 'master'. :-)