mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
scstadmin: Partially revert r3678. Checking whether a group name has been specified is the responsability of the Perl command line parser.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3683 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -425,8 +425,7 @@ sub getArgs {
|
||||
exit 1;
|
||||
}
|
||||
|
||||
if (defined($listGroupAttr) && (($driver eq '') || ($target eq '') ||
|
||||
($listGroupAttr eq ''))) {
|
||||
if (defined($listGroupAttr) && ($driver eq '') || ($target eq '')) {
|
||||
print "Please specify -driver, -target and group with -list_grp_attr.\n";
|
||||
exit 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user