aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/check-doc-strings3
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/check-doc-strings b/admin/check-doc-strings
index 13e8b0cd8e7..63856d32871 100755
--- a/admin/check-doc-strings
+++ b/admin/check-doc-strings
@@ -1,5 +1,5 @@
1: #-*- Perl -*- 1: #-*- Perl -*-
2eval 'exec perl -S $0 ${1+"$@"}' # Portability kludge 2eval 'exec perl -S $0 "$@"' # Portability kludge
3 if 0; 3 if 0;
4 4
5# Author: Martin Buchholz 5# Author: Martin Buchholz
@@ -299,4 +299,3 @@ foreach my $fun (sort keys %texi_funtype) {
299 print "nuke-this-doc: $fun $texi_funtype{$fun}\n"; 299 print "nuke-this-doc: $fun $texi_funtype{$fun}\n";
300 } 300 }
301} 301}
302