aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@83718e91-0e4f-0410-abf4-91180603181f>2011-09-16 17:42:14 +0000
committereschnett <eschnett@83718e91-0e4f-0410-abf4-91180603181f>2011-09-16 17:42:14 +0000
commit1dad28881996abb18b8eff98b034eecb58af0090 (patch)
tree241f6485669e30951d30b4a381bb0fa3c60054f9
parent4103c6c03a7305fd9463951176cacfb5eb9c1789 (diff)
Add newline to auto-generated README files
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@207 83718e91-0e4f-0410-abf4-91180603181f
-rwxr-xr-xsrc/util/git-init-master-repo.pl3
-rwxr-xr-xsrc/util/git-init-repo.pl3
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 <name>, issue the following commands:
cd <somewhere_else>
git clone -o <name> $git_master_repo
- git checkout <tag>"
+ git checkout <tag>
+"
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 <name>, issue the following commands:
cd <somewhere_else>
git clone -o <name> $git_repo
- git checkout <tag>"
+ git checkout <tag>
+"
or die;
close README or die;