(CommandList
  children: [
    (C {(export)} 
      {(Lit_VarLike 'PROTO=') (DQ ($ VSub_Name '$PWD') (/build/proto/root/opt/smartdc/marlin))}
    )
    (C {(export)} 
      {(Lit_VarLike 'PATH=') 
        (DQ ($ VSub_Name '$PROTO') ('/build/node/bin:') ($ VSub_Name '$PROTO') ('/sbin:') 
          ($ VSub_Name '$PROTO') ('/tools:') ($ VSub_Name '$PATH')
        )
      }
    )
    (C {(export)} 
      {(Lit_VarLike 'PATH=') 
        (DQ ($ VSub_Name '$PROTO') ('/node_modules/.bin:') ($ VSub_Name '$PATH'))
      }
    )
  ]
)