From 8c56fcdc6fd8a36ceb8a3361f7371408e939f485 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Mon, 25 Jan 2010 10:54:30 +0000 Subject: Simplified get_patches.sh; minor consequence: the trailing space in the string returned by mpfr_get_patches() when there are patches is no longer present (this trailing space wasn't desired anyway). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6691 280ebfd0-de03-0410-8827-d642c229c3f4 --- get_patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'get_patches.sh') diff --git a/get_patches.sh b/get_patches.sh index db02f4dcf..8e3fc6117 100755 --- a/get_patches.sh +++ b/get_patches.sh @@ -30,5 +30,5 @@ mpfr_get_patches (void) { EOF -echo ' return "'`tr "\n" " " < PATCHES`'";' +echo ' return "'`cat PATCHES`'";' echo '}' -- cgit v1.2.1