summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/main.pl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/smb_build/main.pl')
-rw-r--r--source4/build/smb_build/main.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/main.pl b/source4/build/smb_build/main.pl
index d6476c0cf2..ab889b0e5a 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);