diff options
Diffstat (limited to 'texi2pod.pl')
-rwxr-xr-x | texi2pod.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/texi2pod.pl b/texi2pod.pl index 176627e9b9..112d44974c 100755 --- a/texi2pod.pl +++ b/texi2pod.pl @@ -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; |