github.com/beauknowssoftware/makehcl@v0.0.0-20200322000747-1b9bb1e1c008/build/shell.hcl (about)

     1  // show all commands if in debug mode
     2  var {
     3    is_debug = exists(env, "DEBUG")
     4  }
     5  opts {
     6    shell       = "/bin/bash"
     7    shell_flags = var.is_debug ? "-xuec" : "-uec"
     8  }