[icecream: 7/8] - Fix spaces instead of ':' separator for $PATH in icecream.csh.

Michal Schmidt michich at fedoraproject.org
Mon Aug 16 16:20:31 UTC 2010


commit 0c76fb9a1491e1157dc3dc28165f8a9cdc46e731
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Mon Aug 16 18:10:19 2010 +0200

    - Fix spaces instead of ':' separator for $PATH in icecream.csh.

 icecream.csh.in |    2 +-
 icecream.spec   |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/icecream.csh.in b/icecream.csh.in
index d6a118c..e861e92 100644
--- a/icecream.csh.in
+++ b/icecream.csh.in
@@ -4,7 +4,7 @@
 
 if ( "$path" !~ *@LIBDIR@/icecc/bin* ) then
 	if ( "$path" !~ *@LIBDIR@/ccache* ) then
-		set path = ( @LIBDIR@/icecc/bin "$path" )
+		set path = ( @LIBDIR@/icecc/bin $path )
 	else
 		@ pos = 0
 		foreach item ( $path )
diff --git a/icecream.spec b/icecream.spec
index 9e6b73d..b751f72 100644
--- a/icecream.spec
+++ b/icecream.spec
@@ -7,7 +7,7 @@
 
 Name:		icecream
 Version:	0.9.6
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Distributed compiler
 
 Group:		Development/Tools
@@ -266,6 +266,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/icecc.pc
 
 %changelog
+* Mon Aug 16 2010 Michal Schmidt <mschmidt at redhat.com> 0.9.6-2
+- Fix spaces instead of ':' separator for $PATH in icecream.csh.
+
 * Tue Aug 03 2010 Michal Schmidt <mschmidt at redhat.com> 0.9.6-1
 - New upstream release. With an official tarball this time.
 - Dropped icecream-fix-createenv-when-ldconfig-fails.patch


More information about the scm-commits mailing list