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

Michal Schmidt michich at fedoraproject.org
Mon Aug 16 16:22:09 UTC 2010


commit 3314a58e838cfcc1b57883ae5108650694e6c749
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 ab1e726..d524a3e 100644
--- a/icecream.spec
+++ b/icecream.spec
@@ -11,7 +11,7 @@
 
 Name:		icecream
 Version:	0.9.6
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Distributed compiler
 
 Group:		Development/Tools
@@ -273,6 +273,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