[perl-IO-Prompt] fix test scripts' line endings

Iain Arnell iarnell at fedoraproject.org
Sat Nov 5 07:45:18 UTC 2011


commit 16ff290ca2a0d81199787ceb9833356631841ec9
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Nov 5 08:28:46 2011 +0100

    fix test scripts' line endings

 perl-IO-Prompt.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/perl-IO-Prompt.spec b/perl-IO-Prompt.spec
index 198337f..76a533c 100644
--- a/perl-IO-Prompt.spec
+++ b/perl-IO-Prompt.spec
@@ -42,6 +42,8 @@ prompted.
 %setup -q -n IO-Prompt-%{cpanver}
 %patch0 -p1
 
+sed -i 's/\r//' t/*.t
+
 find . -type f -exec chmod -c -x {} ';'
 
 %build


More information about the scm-commits mailing list