]> sjero.net Git - wget/blobdiff - doc/texi2pod.pl
[mq]: cfg-mk
[wget] / doc / texi2pod.pl
index 3fe0b8f12d7241133d5ff3d833370eb1b6793b88..d2f3a026baca03b16a4e23674ee1674bf608dfec 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/env perl
 
-#   Copyright (C) 1999, 2000, 2001, 2003, 2007 Free Software
+#   Copyright (C) 1999, 2000, 2001, 2003, 2007, 2009 Free Software
 #   Foundation, Inc.
 
 # This file is part of GCC.
@@ -231,7 +231,7 @@ while(<$inf>) {
        $file = postprocess($1);
 
        # Try cwd and $ibase.
-       open($inf, "<" . $file) 
+       open($inf, "<" . $file)
            or open($inf, "<" . $ibase . "/" . $file)
                or die "cannot open $file or $ibase/$file: $!\n";
        next;