mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
Merge branch 'svn-trunk'
This commit is contained in:
2
Makefile
2
Makefile
@@ -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-; \
|
||||
} && \
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user