Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
5472f39022e99c14b2f055eac4d9619e3663ae20
/
.
/
hack
/
make
/
cross-platform-dependent
blob: 21824ed7c96e43442359810f789f553d630252f1 [
file
]
#!/usr/bin/env bash
set
-
e
if
[
$
{
platform
}
==
"windows/amd64"
];
then
source
"${MAKEDIR}/containerutility"
fi