From caa9bbc6313fa96fb61fcae99bc487976089ada8 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Sat, 14 Nov 2009 14:26:32 -0800 Subject: Fix breakage from pervious commit. --- scripts/vyatta-config-gen-sets.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/vyatta-config-gen-sets.pl b/scripts/vyatta-config-gen-sets.pl index 566570e..e364dfa 100755 --- a/scripts/vyatta-config-gen-sets.pl +++ b/scripts/vyatta-config-gen-sets.pl @@ -40,6 +40,7 @@ if (scalar(@all_nodes) == 0) { my $ret = 0; foreach (@all_nodes) { + my ($path_ref) = @$_; my $cmd = "set " . (join ' ', @$path_ref); print "$cmd\n"; } -- cgit v1.2.3