]> git.pld-linux.org Git - packages/python.git/commitdiff
- pass devel tools scripts arguments correctly
authorwrobell <wrobell@pld-linux.org>
Wed, 10 Dec 2003 20:39:06 +0000 (20:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python.spec -> 1.176

python.spec

index 262ed38d8ed842d9edd271281ef87a293173f7cc..b26ea525e8d660c770f32fb6318c37311a0d534f 100644 (file)
@@ -492,7 +492,7 @@ cp -ar Tools Demo $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 for script in timeit.py profile.py pdb.py pstats.py; do
     cat <<END > $RPM_BUILD_ROOT%{_bindir}/$script
 #!/bin/sh
-exec python %{py_libdir}/${script}c \$@
+exec python %{py_libdir}/${script}c "\$@"
 END
 done
 
This page took 0.043191 seconds and 4 git commands to generate.