Skip to content
Snippets Groups Projects
Commit fdffee68 authored by Mark Pundsack's avatar Mark Pundsack
Browse files

Escape spaces and parens in path

parent dc7c83bf
No related branches found
No related tags found
1 merge request!144WIP: Escape spaces and parens in path
gitlab_repo = https://gitlab.com/gitlab-org/gitlab-ce.git
gitlab_shell_repo = https://gitlab.com/gitlab-org/gitlab-shell.git
gitlab_workhorse_repo = https://gitlab.com/gitlab-org/gitlab-workhorse.git
gitlab_development_root = $(shell pwd)
gitlab_development_root = $(shell pwd | sed "s/[ \(\)]/\\\&/g")
postgres_bin_dir = $(shell pg_config --bindir)
postgres_replication_user = gitlab_replication
postgres_dir = $(realpath ./postgresql)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment