Reformat build/soong for go 1.19
Test: none Change-Id: I132368f0fcbdb5ea088b5b84dbe4ccfdd9e94cad
This commit is contained in:
@@ -208,7 +208,6 @@ func run() error {
|
||||
//
|
||||
// returns an exec.Cmd that can be ran from within sbox context if no error, or nil if error.
|
||||
// caller must ensure script is cleaned up if function succeeds.
|
||||
//
|
||||
func createCommandScript(rawCommand, scriptPath, scriptPathInSandbox string) (*exec.Cmd, error) {
|
||||
err := os.WriteFile(scriptPath, []byte(rawCommand), 0644)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user