Merge pull request #1504 from anurag/ag/fix-shell-expansion

Fix shell args expansion in buildctl-daemonless.sh
v0.8
Akihiro Suda 2020-05-23 02:38:00 +09:00 committed by GitHub
commit 7f4214f5b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,4 +54,4 @@ waitForBuildkitd() {
startBuildkitd
waitForBuildkitd
$BUILDCTL --addr=$(cat $tmp/addr) $@
$BUILDCTL --addr=$(cat $tmp/addr) "$@"