diff options
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/check-doc-strings | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/check-doc-strings b/admin/check-doc-strings index ce2166fce81..daed2926b20 100755 --- a/admin/check-doc-strings +++ b/admin/check-doc-strings | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | : #-*- Perl -*- | 1 | : #-*- Perl -*- |
| 2 | eval 'exec perl -w -S $0 ${1+"$@"}' # Portability kludge | 2 | eval 'exec perl -w -S $0 ${1+"$@"}' # Portability kludge |
| 3 | if 0; # Author: Martin Buchholz | 3 | if 0; |
| 4 | |||
| 5 | # Author: Martin Buchholz | ||
| 6 | # This program is in the public domain. | ||
| 4 | 7 | ||
| 5 | use strict; | 8 | use strict; |
| 6 | use POSIX; | 9 | use POSIX; |