--- qemu/texi2pod.pl 2018/04/24 16:37:52 1.1.1.1 +++ qemu/texi2pod.pl 2018/04/24 16:47:34 1.1.1.2 @@ -229,7 +229,7 @@ while(<$inf>) { $inf = gensym(); # Try cwd and $ibase. - open($inf, "<" . $1) + open($inf, "<" . $1) or open($inf, "<" . $ibase . "/" . $1) or die "cannot open $1 or $ibase/$1: $!\n"; next;