github.com/pwn-term/docker@v0.0.0-20210616085119-6e977cce2565/moby/hack/make/dynbinary (about)

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