commit 1fbad13a224a3e7df0c59475765ad888b7e808c7
Author: Elan Ruusamäe <[email protected]>
Date:   Wed Jul 18 13:43:25 2012 +0300

    proper heredoc

 python-xlrd.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-xlrd.spec b/python-xlrd.spec
index b061be5..0bc0815 100644
--- a/python-xlrd.spec
+++ b/python-xlrd.spec
@@ -45,7 +45,7 @@ mv $RPM_BUILD_ROOT%{_bindir}/runxlrd.py 
$RPM_BUILD_ROOT%{_datadir}/%{name}
 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/%{name}/runxlrd.py \
        $RPM_BUILD_ROOT%{py_sitescriptdir}/xlrd/{examples,doc}
 
-cat > $RPM_BUILD_ROOT%{_bindir}/runxlrd <<-EOF
+cat > $RPM_BUILD_ROOT%{_bindir}/runxlrd <<'EOF'
 #!/bin/sh
 %{__python} %{_datadir}/%{name}/runxlrd.pyc "$@"
 EOF
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to