github.com/rhatdan/docker@v0.7.7-0.20180119204836-47a0dcbcd20a/hack/make/binary (about)

     1  #!/usr/bin/env bash
     2  set -e
     3  rm -rf "$DEST"
     4  
     5  # This script exists as backwards compatibility for CI
     6  (
     7  	DEST="${DEST}-daemon"
     8  	ABS_DEST="${ABS_DEST}-daemon"
     9  	. hack/make/binary-daemon
    10  )