From 1dad28881996abb18b8eff98b034eecb58af0090 Mon Sep 17 00:00:00 2001 From: eschnett Date: Fri, 16 Sep 2011 17:42:14 +0000 Subject: Add newline to auto-generated README files git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@207 83718e91-0e4f-0410-abf4-91180603181f --- src/util/git-init-master-repo.pl | 3 ++- src/util/git-init-repo.pl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/util/git-init-master-repo.pl b/src/util/git-init-master-repo.pl index 83bf6dd..8330a1e 100755 --- a/src/util/git-init-master-repo.pl +++ b/src/util/git-init-master-repo.pl @@ -71,6 +71,7 @@ build directly accessible. In order to check out a certain tag into a directory , issue the following commands: cd git clone -o $git_master_repo - git checkout " + git checkout +" or die; close README or die; diff --git a/src/util/git-init-repo.pl b/src/util/git-init-repo.pl index f2a7261..a4d5d74 100755 --- a/src/util/git-init-repo.pl +++ b/src/util/git-init-repo.pl @@ -71,6 +71,7 @@ build directly accessible. In order to check out a certain tag into a directory , issue the following commands: cd git clone -o $git_repo - git checkout " + git checkout +" or die; close README or die; -- cgit v1.2.3