We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06e796 commit 6c93298Copy full SHA for 6c93298
qemu/configure
@@ -198,6 +198,8 @@ ld_has() {
198
# make source path absolute
199
source_path=$(cd "$(dirname -- "$0")"; pwd)
200
201
+# Avoid having D:\ in $PWD under MinGW.
202
+PWD=$(pwd)
203
if printf %s\\n "$source_path" "$PWD" | grep -q "[[:space:]:]";
204
then
205
error_exit "main directory $source_path or $PWD cannot contain spaces nor colons"
0 commit comments