1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Fix --output argument.

This commit is contained in:
Jelmer Vernooij 2008-05-18 18:33:05 +02:00
parent c4bfc0b8da
commit a38e473c9e

View File

@ -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);