Revision 5fafdf24 texi2pod.pl

b/texi2pod.pl
229 229
	$inf = gensym();
230 230

  
231 231
	# Try cwd and $ibase.
232
	open($inf, "<" . $1) 
232
	open($inf, "<" . $1)
233 233
	    or open($inf, "<" . $ibase . "/" . $1)
234 234
		or die "cannot open $1 or $ibase/$1: $!\n";
235 235
	next;

Also available in: Unified diff