diff options
| author | gus knight <waddlesplash@gmail.com> | 2015-07-27 12:43:40 -0400 |
|---|---|---|
| committer | gus knight <waddlesplash@gmail.com> | 2015-07-27 12:43:40 -0400 |
| commit | 41031221c82384f40b5664b5e12b1a81eefcdfe6 (patch) | |
| tree | 4a719656f75bb114a980769eea033cc9839f452c /texi2pod.pl | |
| parent | 5e67f24e6b1566c4b1ba4b79d97b6eac150390e7 (diff) | |
| download | tinycc-41031221c82384f40b5664b5e12b1a81eefcdfe6.tar.gz tinycc-41031221c82384f40b5664b5e12b1a81eefcdfe6.tar.bz2 | |
Trim trailing spaces everywhere.
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 d86e176..a8f823f 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; |
