summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-12-18 05:29:33 (GMT)
committerFred Drake <fdrake@acm.org>2003-12-18 05:29:33 (GMT)
commit1639f1cef9bf0a9f9f634bfda02254e98eb29574 (patch)
tree085e6315cf2852bf7495ddfa547f8491b41569d0 /Doc/tools
parent2fe79783a70c89d42dae7a26af1b9718a8da302c (diff)
downloadcpython-1639f1cef9bf0a9f9f634bfda02254e98eb29574.zip
cpython-1639f1cef9bf0a9f9f634bfda02254e98eb29574.tar.gz
cpython-1639f1cef9bf0a9f9f634bfda02254e98eb29574.tar.bz2
fix weird sh-bang line
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/checkargs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/checkargs.pm b/Doc/tools/checkargs.pm
index de52f69..005d3c6 100644
--- a/Doc/tools/checkargs.pm
+++ b/Doc/tools/checkargs.pm
@@ -1,4 +1,4 @@
-#!/uns/bin/perl
+#! /usr/bin/perl
package checkargs;
require 5.004; # uses "for my $var"