From a6c1201c906bc3b0bfd4151bbc1d738bd46a1c24 Mon Sep 17 00:00:00 2001 From: Abe Voelker Date: Fri, 6 Apr 2012 11:35:48 -0500 Subject: [PATCH] Fix install instructions' echo missing -e flag --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index c5f2057..05f29d8 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -107,7 +107,7 @@ Get gitolite source code: Setup: - sudo -u git sh -c 'echo "PATH=\$PATH:/home/git/bin\nexport PATH" > /home/git/.profile' + sudo -u git sh -c 'echo -e "PATH=\$PATH:/home/git/bin\nexport PATH" > /home/git/.profile' sudo -u git -i -H /home/git/gitolite/src/gl-system-install sudo cp /home/gitlab/.ssh/id_rsa.pub /home/git/gitlab.pub sudo chmod 777 /home/git/gitlab.pub -- libgit2 0.21.2