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
|
Details
Description:
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