Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(worker): remove trailing '=' from working dir #3851

Merged
merged 1 commit into from
Jan 15, 2019

Conversation

skeetmtp
Copy link
Contributor

Why : some makefile can try to interprete '=' in path.
ex : OBJS = $(SRCS:$(SRCS_DIR)/%.c=$(OBJDIR)/%.o)
if SRCS_DIR contains '=' this fail to create the list of objs
Even if it should be up to the build script to manage this.
This commit will prevent this kind of tricky issue.

How : use RawStdEncoding instead of StdEncoding
RawStdEncoding is the standard raw, unpadded base64 encod

Why : some makefile can try to interprete '=' in path.
ex : OBJS = $(SRCS:$(SRCS_DIR)/%.c=$(OBJDIR)/%.o)
if SRCS_DIR contains '=' this fail to create the list of objs
Even if it should be up to the build script to manage this.
This commit will prevent this kind of tricky issue.

How : use RawStdEncoding instead of StdEncoding
RawStdEncoding is the standard raw, unpadded base64 encod
@sguiheux sguiheux merged commit 9baacce into ovh:master Jan 15, 2019
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.

6 participants