mirror of
https://github.com/docker/cli.git
synced 2026-09-04 10:05:02 -05:00
7b9d944eb3f32f33b3e1cbe4bb14e77fe341b7b2
The version of sed on MacOS X is different then the one on linux. The mac version requires a parameter for the inline (-i) flag, where this isn't required on linux. On the mac it thinks the -e flag is the parameter, and it causes the vendoring script to fail. This fix adds an empty string '' as a parameter to sed, which works fine on both the mac and linux versions. Signed-off-by: Ken Cochrane <kencochrane@gmail.com> Upstream-commit: 9488696814f481d2b0dce03d77657ec6860b9701 Component: engine
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%