Skip to content

Commit b06e796

Browse files
committed
more debugging hints
1 parent 87bcf24 commit b06e796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qemu/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ source_path=$(cd "$(dirname -- "$0")"; pwd)
200200

201201
if printf %s\\n "$source_path" "$PWD" | grep -q "[[:space:]:]";
202202
then
203-
error_exit "main directory cannot contain spaces nor colons"
203+
error_exit "main directory $source_path or $PWD cannot contain spaces nor colons"
204204
fi
205205

206206
# default parameters

0 commit comments

Comments
 (0)