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

fix hack/dockerfile/install/containerd.installer test statement

Signed-off-by: Rong Gao <gaoronggood@163.com>
This commit is contained in:
Rong Gao 2019-02-26 16:00:54 +08:00
parent cbb885b07a
commit 5e77399b92

View file

@ -19,7 +19,7 @@ install_containerd() {
export EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
# Reset build flags to nothing if we want a dynbinary
if [ "$1" == "dynamic" ]; then
if [ "$1" = "dynamic" ]; then
export BUILDTAGS=''
export EXTRA_FLAGS=''
export EXTRA_LDFLAGS=''