Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#77867 - [devtools-git-poc] wrapper missing quotes breaks commit messages with spaces
Attached to Project:
Community Packages
Opened by Felix Yan (felixonmars) - Wednesday, 15 March 2023, 18:15 GMT
Last edited by Morten Linderud (Foxboron) - Friday, 14 April 2023, 08:35 GMT
Opened by Felix Yan (felixonmars) - Wednesday, 15 March 2023, 18:15 GMT
Last edited by Morten Linderud (Foxboron) - Friday, 14 April 2023, 08:35 GMT
|
DetailsDescription:
Currently the wrapper is calling `/usr/local/share/devtools-git-poc/bin/pkgctl $@` without quotes. This breaks when, for example, the commit message contains a space like `--message "test rebuild"`: /usr/local/share/devtools-git-poc//lib/build/build.sh: line 247: pushd: rebuild: No such file or directory Adding quotes to make it `/usr/local/share/devtools-git-poc/bin/pkgctl "$@"` fixes this. |
This task depends upon