Merged in bugfix/PMCORE-2964 (pull request #7895)

PMCORE-2964

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Andrea Adamczyk
2021-04-26 13:39:18 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -206,7 +206,7 @@ EOT;
$args = $argv;
$cliname = array_shift( $args );
$taskName = array_shift( $args );
while ($taskName{0} == '-') {
while ($taskName[0] == '-') {
$taskName = array_shift( $args );
}
if (! $taskName) {