(command.CommandList
  children: [
    (C {(Id.KW_Set set)} {(-o)} {(errexit)})
    (C {(Id.KW_Set set)} {(-o)} {(nounset)})
    (C {(Id.KW_Set set)} {(-o)} {(pipefail)})
    (command.ShAssignment
      pairs: [
        (assign_pair
          lhs: (sh_lhs_expr.Name name:KUBE_ROOT)
          op: assign_op.Equal
          rhs: 
            {
              (command_sub
                left_token: <Id.Left_DollarParen '$('>
                command_list: 
                  (command.CommandList
                    children: [(C {(dirname)} {(DQ (${ Id.VSub_Name BASH_SOURCE))})]
                  )
              ) (/..)
            }
          spids: [67]
        )
      ]
    )
    (command.ShAssignment
      pairs: [
        (assign_pair
          lhs: (sh_lhs_expr.Name name:ARGHELP)
          op: assign_op.Equal
          rhs: {(DQ )}
          spids: [83]
        )
      ]
    )
    (command.If
      arms: [
        (if_arm
          cond: [
            (command.Sentence
              child: 
                (command.DBracket
                  expr: 
                    (bool_expr.Unary
                      op_id: Id.BoolUnary_n
                      child: 
                        {
                          (DQ 
                            (braced_var_sub
                              token: <Id.VSub_Name KUBE_VERIFY_GIT_BRANCH>
                              suffix_op: (suffix_op.Unary op_id:Id.VTest_ColonHyphen arg_word:(word.Empty))
                            )
                          )
                        }
                    )
                )
              terminator: <Id.Op_Semi ';'>
            )
          ]
          action: [
            (command.ShAssignment
              pairs: [
                (assign_pair
                  lhs: (sh_lhs_expr.Name name:ARGHELP)
                  op: assign_op.Equal
                  rhs: {(DQ ('BRANCH=') (${ Id.VSub_Name KUBE_VERIFY_GIT_BRANCH))}
                  spids: [106]
                )
              ]
            )
          ]
          spids: [87 103]
        )
      ]
    )
    (C {(echo)} {(DQ ('NOTE: ') ($ Id.VSub_Number '$0') (" has been replaced by 'make verify'"))})
    (C {(echo)})
    (C {(echo)} {(DQ ('The equivalent of this invocation is: '))})
    (C {(echo)} {(DQ ('    make verify ') (${ Id.VSub_Name ARGHELP))})
    (C {(echo)})
    (C {(echo)})
    (C {(make)} {(--no-print-directory)} {(-C)} {(DQ (${ Id.VSub_Name KUBE_ROOT))} {(verify)} 
      {(Id.Lit_VarLike 'BRANCH=') 
        (DQ 
          (braced_var_sub
            token: <Id.VSub_Name KUBE_VERIFY_GIT_BRANCH>
            suffix_op: (suffix_op.Unary op_id:Id.VTest_ColonHyphen arg_word:(word.Empty))
          )
        )
      }
    )
  ]
)