mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
14 lines
328 B
Text
14 lines
328 B
Text
--- ./approve.orig 2013-11-24 18:53:39.307114948 +0400
|
|
+++ ./approve 2013-11-24 18:45:58.000000000 +0400
|
|
@@ -70,9 +70,9 @@
|
|
if !$MAILER;
|
|
|
|
|
|
-require "getopts.pl";
|
|
+use Getopt::Std;
|
|
|
|
-&Getopts("df:") ||
|
|
+getopts("df:") ||
|
|
die("USAGE: approve [-f <config-file>] [-d] [<file> ...]\nStopped");
|
|
|
|
if (!defined($opt_f)) {
|