mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
hack/make/test-integration-cli: introduce MAKEDIR variable
- every execution of dirname costs time - less repeating Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ if [[ "$(uname -s)" == CYGWIN* ]]; then
|
||||
DEST=$(cygpath -mw $DEST)
|
||||
fi
|
||||
|
||||
source "$(dirname "$BASH_SOURCE")/.go-autogen"
|
||||
source "${MAKEDIR}/.go-autogen"
|
||||
|
||||
go build \
|
||||
-o "$DEST/$BINARY_FULLNAME" \
|
||||
|
||||
Reference in New Issue
Block a user