public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/icecream] epel10: - Fix spaces instead of ':' separator for $PATH in icecream.csh.
@ 2026-07-30 15:15 Michal Schmidt
  0 siblings, 0 replies; only message in thread
From: Michal Schmidt @ 2026-07-30 15:15 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/icecream
Branch : epel10
Commit : 0c76fb9a1491e1157dc3dc28165f8a9cdc46e731
Author : Michal Schmidt <mschmidt@redhat.com>
Date   : 2010-08-16T18:10:19+02:00
Stats  : +5/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/icecream/c/0c76fb9a1491e1157dc3dc28165f8a9cdc46e731?branch=epel10

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

---
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@redhat.com> 0.9.6-2
+- Fix spaces instead of ':' separator for $PATH in icecream.csh.
+
 * Tue Aug 03 2010 Michal Schmidt <mschmidt@redhat.com> 0.9.6-1
 - New upstream release. With an official tarball this time.
 - Dropped icecream-fix-createenv-when-ldconfig-fails.patch

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-30 15:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 15:15 [rpms/icecream] epel10: - Fix spaces instead of ':' separator for $PATH in icecream.csh Michal Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox