From: Philip Oakley Date: Mon, 29 Jul 2019 20:08:05 +0000 (-0700) Subject: contrib/buildsystems: handle quoted spaces in filenames X-Git-Tag: v2.23.0-rc1~2^2~15 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d8c07013b93496fff8e16b75560a22aa44da1625?hp=d8c07013b93496fff8e16b75560a22aa44da1625 contrib/buildsystems: handle quoted spaces in filenames The engine.pl script expects file names not to contain spaces. However, paths with spaces are quite prevalent on Windows. Use shellwords() rather than split() to parse them correctly. Helped-by: Junio C Hamano Signed-off-by: Philip Oakley Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---