oopsie
This commit is contained in:
parent
3a36e4dda5
commit
6d2a7669a2
1 changed files with 0 additions and 5 deletions
|
@ -37,11 +37,6 @@ func SetGlobalEnv(variable, value string, scope string) error {
|
|||
|
||||
// Run an external command like scp or rsync
|
||||
func runCommand(command string, args ...string) error {
|
||||
// Make sure the MOZILLABUILD environment variable is set for the mach commands
|
||||
if err := setMozillaBuildEnv(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
cmd := exec.Command(command, args...)
|
||||
cmd.Stdout = os.Stdout
|
||||
cmd.Stderr = os.Stderr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue