cross-platform-dependent 113 B

123456
  1. #!/usr/bin/env bash
  2. set -e
  3. if [ ${platform} == "windows/amd64" ]; then
  4. source "${MAKEDIR}/containerutility"
  5. fi