Skip to content

Fixed run autogen.sh in paths with white spaces

xrombik requested to merge xrombik/cogl:patch-1 into cogl-1.22

When i run autogen.sh, i get this error: ./autogen.sh: 66: cd: can't cd to /mnt/sda2/My

It should be /mnt/sda2/My Documents/..., and this line is split by white space in this error message.

Merge request reports