Skip to content
Snippets Groups Projects

WIP: Escape spaces and parens in path

Closed Mark Pundsack requested to merge escape into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
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