mirror of
https://github.com/rancher/os.git
synced 2025-09-03 07:44:21 +00:00
migrate to upstream libcompose in one and a half go
This commit is contained in:
11
vendor/github.com/docker/libnetwork/wrapmake.sh
generated
vendored
Executable file
11
vendor/github.com/docker/libnetwork/wrapmake.sh
generated
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
function raise()
|
||||
{
|
||||
kill -$1 0
|
||||
}
|
||||
|
||||
trap "raise SIGINT" SIGINT
|
||||
make $1
|
Reference in New Issue
Block a user