diff --git a/cf/make-proto.pl b/cf/make-proto.pl index 12c6d07f5..566534f24 100644 --- a/cf/make-proto.pl +++ b/cf/make-proto.pl @@ -12,7 +12,7 @@ my $debug = 0; my $oproto = 1; my $private_func_re = "^_"; -do Getopts('x:m:o:p:dqE:R:P:') || die "foo"; +Getopts('x:m:o:p:dqE:R:P:') || die "foo"; if($opt_d) { $debug = 1;