1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #22301 from kencochrane/dynbinary-fix

Change name from docker-client to docker in dynbinary-client
This commit is contained in:
Tibor Vass 2016-04-25 14:38:13 -04:00
commit 5611424d82

View file

@ -2,7 +2,7 @@
set -e
(
export BINARY_SHORT_NAME="docker-client"
export BINARY_SHORT_NAME="docker"
export SOURCE_PATH="./client"
export IAMSTATIC="false"
export LDFLAGS_STATIC_DOCKER=''