[svn-r1436] Made perl script more portable.

This commit is contained in:
Quincey Koziol 1999-07-06 16:34:09 -05:00
parent 1607517ff2
commit f0cbaab354

View File

@ -1,4 +1,8 @@
#!/usr/bin/perl -w
#! /bin/sh
perl -x -S $0 "$@"
exit
#! perl
require 5.003;
### Copyright © 1998 NCSA.