[Python-checkins] python/dist/src/Doc/tools checkargs.pm,1.1,1.2
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Thu Dec 18 00:29:35 EST 2003
Update of /cvsroot/python/python/dist/src/Doc/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv457
Modified Files:
checkargs.pm
Log Message:
fix weird sh-bang line
Index: checkargs.pm
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/checkargs.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** checkargs.pm 8 Jan 1999 15:25:29 -0000 1.1
--- checkargs.pm 18 Dec 2003 05:29:33 -0000 1.2
***************
*** 1,3 ****
! #!/uns/bin/perl
package checkargs;
--- 1,3 ----
! #! /usr/bin/perl
package checkargs;
More information about the Python-checkins
mailing list