Merge branch 'svn-trunk'

This commit is contained in:
Bart Van Assche
2017-02-07 18:28:44 -08:00
2 changed files with 1 additions and 3 deletions

View File

@@ -419,7 +419,7 @@ scst-dist-gzip:
else \
scripts/list-source-files; \
fi | \
grep -E '^doc/|^fcst/|^iscsi-scst/|^Makefile|^qla2x00t(|_git)/|^scst.spec|^scst/|^scst_local/|^srpt/|^usr/'|\
grep -E '^doc/|^fcst/|^iscsi-scst/|^Makefile|^qla2x00t(|_git)/|^scst.spec|^scst/|^scst_local/|^srpt/|^usr/|^scstadmin/'|\
tar -T- -cf- | \
tar -C $${name}-$(VERSION) -xf-; \
} && \

View File

@@ -5762,8 +5762,6 @@ sub configToAttr {
if (!scalar keys %{$$config{$attr}}) {
$attributes{$attr} = '';
} elsif ((keys %{$$config{$attr}}) > 1) {
immediateExit("Invalid configuration encountered. ".
"Attribute '$attr' has multiple values.");
foreach my $value (keys %{$$config{$attr}}) {
push @{$attributes{$attr}}, $value;
}