Merge pull request #1504 from anurag/ag/fix-shell-expansion
Fix shell args expansion in buildctl-daemonless.shv0.8
commit
7f4214f5b4
|
@ -54,4 +54,4 @@ waitForBuildkitd() {
|
|||
|
||||
startBuildkitd
|
||||
waitForBuildkitd
|
||||
$BUILDCTL --addr=$(cat $tmp/addr) $@
|
||||
$BUILDCTL --addr=$(cat $tmp/addr) "$@"
|
||||
|
|
Loading…
Reference in New Issue