[interchange-cvs] interchange - heins modified lib/Vend/Interpolate.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Jul 7 13:11:43 EDT 2004


User:      heins
Date:      2004-07-07 17:11:43 GMT
Modified:  lib/Vend Tag: STABLE_5_2-branch Interpolate.pm
Log:
* Marty Tennison described a situation where [timed-build auto=1 ...]
  doesn't work. The problem was that an absolute directory was getting
  prepended with ./ -- this fixes that. (update from DEVEL branch.)

Revision  Changes    Path
No                   revision



No                   revision



2.207.2.1 +3 -2      interchange/lib/Vend/Interpolate.pm


rev 2.207.2.1, prev_rev 2.207
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.207
retrieving revision 2.207.2.1
diff -u -r2.207 -r2.207.2.1
--- Interpolate.pm	7 Mar 2004 03:14:41 -0000	2.207
+++ Interpolate.pm	7 Jul 2004 17:11:42 -0000	2.207.2.1
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.207 2004/03/07 03:14:41 mheins Exp $
+# $Id: Interpolate.pm,v 2.207.2.1 2004/07/07 17:11:42 mheins Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -28,7 +28,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.207 $, 10);
+$VERSION = substr(q$Revision: 2.207.2.1 $, 10);
 
 @EXPORT = qw (
 
@@ -5320,6 +5320,7 @@
 
 	my $secs;
 	CHECKDIR: {
+		last CHECKDIR if Vend::File::file_name_is_absolute($file);
 		last CHECKDIR if $file and $file !~ m:/:;
 		my $dir;
 		if ($file) {








More information about the interchange-cvs mailing list