]> code.delx.au - gnu-emacs/blobdiff - admin/check-doc-strings
Prevent bar cursor overwriting next glyph (bug#16856)
[gnu-emacs] / admin / check-doc-strings
index 13e8b0cd8e71fb66195cd63ad7d2e6d359670536..63856d32871cf44653805271c752a6b55ab3901d 100755 (executable)
@@ -1,5 +1,5 @@
 : #-*- Perl -*-
-eval 'exec perl -S $0 ${1+"$@"}' # Portability kludge
+eval 'exec perl -S $0 "$@"' # Portability kludge
     if 0;
 
 # Author: Martin Buchholz
@@ -299,4 +299,3 @@ foreach my $fun (sort keys %texi_funtype) {
     print "nuke-this-doc: $fun $texi_funtype{$fun}\n";
   }
 }
-