(CommandList
  children: [
    (C {(set)} {(-o)} {(errexit)})
    (C {(set)} {(-o)} {(nounset)})
    (C {(set)} {(-o)} {(pipefail)})
    (Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (LhsName name:KUBE_ROOT)
          op: Equal
          rhs: 
            {
              (CommandSubPart
                command_list: 
                  (CommandList
                    children: [(C {(dirname)} {(DQ (${ VSub_Name BASH_SOURCE))})]
                  )
                left_token: <Left_CommandSub '$('>
                spids: [71 79]
              ) (/..)
            }
          spids: [70]
        )
      ]
      spids: [70]
    )
    (C {(make)} {(-f)} {(${ VSub_Name KUBE_ROOT) (/Makefile)} {(quick-release)})
    (If
      arms: [
        (if_arm
          cond: [
            (Sentence
              child: 
                (C {(Lit_Other '[')} {(DQ ($ VSub_QMark '$?'))} {(KW_Bang '!') (Lit_Other '=')} {(DQ (0))} 
                  {(Lit_Other ']')}
                )
              terminator: <Op_Semi ';'>
            )
          ]
          action: [(C {(echo)} {(DQ ('Building the release failed!'))}) (C {(exit)} {(1)})]
          spids: [16777215 116]
        )
      ]
      spids: [16777215 130]
    )
    (C {(DQ (${ VSub_Name KUBE_ROOT) (/cluster/kube-up.sh))})
  ]
)