Skip to content

Added support in makefile for paths with spaces#449

Open
JCGoran wants to merge 1 commit into
lesgourg:masterfrom
JCGoran:makefile-fix
Open

Added support in makefile for paths with spaces#449
JCGoran wants to merge 1 commit into
lesgourg:masterfrom
JCGoran:makefile-fix

Conversation

@JCGoran

@JCGoran JCGoran commented Oct 19, 2021

Copy link
Copy Markdown

Currently, CLASS fails to build if the absolute path to the directory contains any spaces. Worse yet, if the user moves the directory from a path without spaces to a path containing spaces, it could result in serious data loss if the user runs make clean due to the various rm -frs which are performed (see here for an extreme example).
In any case, quoting the variables containing the paths at their points of use fixes the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant