You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the build directory's pathname has a space character somewhere, make, scripts/build, and other things they run fail.
The failures are caused by various places where we don't quote pathnames, and made worse where in some places we use the current directory's full pathname (which includes a space) where just a relative pathname would have been possible.
I have a partial fix for this, but it doesn't yet fix all the problems...
The text was updated successfully, but these errors were encountered:
If the build directory's pathname has a space character somewhere, make, scripts/build, and other things they run fail.
The failures are caused by various places where we don't quote pathnames, and made worse where in some places we use the current directory's full pathname (which includes a space) where just a relative pathname would have been possible.
I have a partial fix for this, but it doesn't yet fix all the problems...
The text was updated successfully, but these errors were encountered: