mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com> Upstream-commit: 626d25a7d94aa05427ecb85ba73bad1e8738c57b Component: engine
9 lines
119 B
Bash
9 lines
119 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
(
|
|
export BINARY_SHORT_NAME='docker'
|
|
export SOURCE_PATH='./client'
|
|
source "${MAKEDIR}/.binary"
|
|
)
|