()
| 147 | } |
| 148 | |
| 149 | func setSystemBinaryPaths() { |
| 150 | if os.Getenv("DEVBOX_SYSTEM_BASH") == "" { |
| 151 | os.Setenv("DEVBOX_SYSTEM_BASH", cmdutil.GetPathOrDefault("bash", "/bin/bash")) |
| 152 | } |
| 153 | if os.Getenv("DEVBOX_SYSTEM_SED") == "" { |
| 154 | os.Setenv("DEVBOX_SYSTEM_SED", cmdutil.GetPathOrDefault("sed", "/usr/bin/sed")) |
| 155 | } |
| 156 | } |
no test coverage detected