Merged in bugfix/PMCORE-2964 (pull request #7895)
PMCORE-2964 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
b8bbba1cb9
@@ -206,7 +206,7 @@ EOT;
|
|||||||
$args = $argv;
|
$args = $argv;
|
||||||
$cliname = array_shift( $args );
|
$cliname = array_shift( $args );
|
||||||
$taskName = array_shift( $args );
|
$taskName = array_shift( $args );
|
||||||
while ($taskName{0} == '-') {
|
while ($taskName[0] == '-') {
|
||||||
$taskName = array_shift( $args );
|
$taskName = array_shift( $args );
|
||||||
}
|
}
|
||||||
if (! $taskName) {
|
if (! $taskName) {
|
||||||
|
|||||||
Reference in New Issue
Block a user