You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2015/10/17 10:20:05 UTC

[jira] [Created] (YETUS-90) Wrong function name for tap_parse_args

Kengo Seki created YETUS-90:
-------------------------------

             Summary: Wrong function name for tap_parse_args
                 Key: YETUS-90
                 URL: https://issues.apache.org/jira/browse/YETUS-90
             Project: Yetus
          Issue Type: Bug
            Reporter: Kengo Seki


{code}
 22 function tap_process_args
 23 {
 24   declare i
 25 
 26   for i in "$@"; do
 27     case ${i} in
 28       --tap-log-dir=*)
 29         TAP_LOG_DIR=${i#=*}
 30       ;;
 31     esac
 32   done
 33 }
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)