summaryrefslogtreecommitdiff
path: root/get_patches.sh
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-01-25 10:54:30 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-01-25 10:54:30 +0000
commit8c56fcdc6fd8a36ceb8a3361f7371408e939f485 (patch)
tree72075b084bf0e023c87f37776aa458a0502e2dcf /get_patches.sh
parentf5921e60faa89145b0680999ef1f5a6375330c32 (diff)
downloadmpfr-8c56fcdc6fd8a36ceb8a3361f7371408e939f485.tar.gz
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
Diffstat (limited to 'get_patches.sh')
-rwxr-xr-xget_patches.sh2
1 files changed, 1 insertions, 1 deletions
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 '}'