We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87bcf24 commit b06e796Copy full SHA for b06e796
qemu/configure
@@ -200,7 +200,7 @@ source_path=$(cd "$(dirname -- "$0")"; pwd)
200
201
if printf %s\\n "$source_path" "$PWD" | grep -q "[[:space:]:]";
202
then
203
- error_exit "main directory cannot contain spaces nor colons"
+ error_exit "main directory $source_path or $PWD cannot contain spaces nor colons"
204
fi
205
206
# default parameters
0 commit comments