(command.CommandList
  children: [
    (C {<set>} {<-o>} {<errexit>})
    (C {<set>} {<-o>} {<nounset>})
    (C {<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 '$('>
                child: (C {<dirname>} {(DQ (${ Id.VSub_Name BASH_SOURCE))})
              ) <'/..'>
            }
          spids: [63]
        )
      ]
    )
    (C {<source>} {(DQ (${ Id.VSub_Name KUBE_ROOT) <'/hack/lib/init.sh'>)})
    (C 
      {<kube> <Id.Lit_Colon ':'> <Id.Lit_Colon ':'> <golang> <Id.Lit_Colon ':'> <Id.Lit_Colon ':'> 
        <setup_env>
      }
    )
    (C {<make>} {<-C>} {(DQ (${ Id.VSub_Name KUBE_ROOT))} 
      {<Id.Lit_VarLike 'WHAT='> <'cmd/importverifier'>}
    )
    (command.ShAssignment
      pairs: [
        (assign_pair
          lhs: (sh_lhs_expr.Name name:importverifier)
          op: assign_op.Equal
          rhs: 
            {
              (command_sub
                left_token: <Id.Left_DollarParen '$('>
                child: 
                  (C 
                    {<kube> <Id.Lit_Colon ':'> <Id.Lit_Colon ':'> <util> <Id.Lit_Colon ':'> 
                      <Id.Lit_Colon ':'> <find-binary>
                    } {(DQ <importverifier>)}
                  )
              )
            }
          spids: [111]
        )
      ]
    )
    (command.If
      arms: [
        (if_arm
          cond: 
            (condition.Shell
              commands: [
                (command.Sentence
                  child: 
                    (command.DBracket
                      expr: 
                        (bool_expr.LogicalNot
                          child: 
                            (bool_expr.Unary
                              op_id: Id.BoolUnary_x
                              child: {(DQ ($ Id.VSub_DollarName '$importverifier'))}
                            )
                        )
                    )
                  terminator: <Id.Op_Semi _>
                )
              ]
            )
          action: [
            (BraceGroup
              children: [
                (C {<echo>} {(DQ <'It looks as if you don\'t have a compiled importverifier binary'>)})
                (C {<echo>})
                (C {<echo>} {(DQ <'If you are running from a clone of the git repo, please run'>)})
                (C {<echo>} {(DQ <'\'make WHAT=cmd/importverifier\'.'>)})
              ]
              redirects: [(redir op:<Id.Redir_GreatAnd '>&'> loc:(redir_loc.Fd fd:1) arg:{<2>})]
            )
            (command.ControlFlow token:<Id.ControlFlow_Exit exit> arg_word:{<1>})
          ]
          spids: [127 142]
        )
      ]
    )
    (C {(DQ (${ Id.VSub_Name importverifier))} {(DQ <'k8s.io/'>)} 
      {(DQ (${ Id.VSub_Name KUBE_ROOT) <'/hack/staging-import-restrictions.json'>)}
    )
  ]
)