From b18e7c7839cb0f4c947f41aa0f2c15c8744e5a2e Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Sat, 17 Dec 2011 14:30:14 +0000 Subject: [PATCH] add some line feeds --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 71ae4cb111..51715be3fd 100644 --- a/build.xml +++ b/build.xml @@ -888,7 +888,7 @@ <arg value="history.txt" /> </exec> <exec executable="echo" osfamily="unix" failifexecutionfails="true" output="pkg-temp/history.txt" append="true"> - <arg value="EARLIER HISTORY IS AVAILABLE IN THE SOURCE PACKAGE" /> + <arg value=" ---------------- EARLIER HISTORY IS AVAILABLE IN THE SOURCE PACKAGE" /> </exec> <copy file="installer/resources/deletelist.txt" todir="pkg-temp/" /> <!-- May be pointless now, people with split directories will never see this, -- GitLab