diff --git a/source4/build/smb_build/main.pl b/source4/build/smb_build/main.pl index d6476c0cf23..ab889b0e5a8 100644 --- a/source4/build/smb_build/main.pl +++ b/source4/build/smb_build/main.pl @@ -17,7 +17,7 @@ use strict; my $output_file = "data.mk"; my $result = GetOptions ( - 'output' => \$output_file); + 'output=s' => \$output_file); if (not $result) { exit(1);