1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Fix --output argument.

(This used to be commit a38e473c9e382465ae30f3ca7ae12de500aec5f7)
This commit is contained in:
Jelmer Vernooij 2008-05-18 18:33:05 +02:00
parent 1067678048
commit 109634ba77

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