We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312fe1e commit a5f82beCopy full SHA for a5f82be
just
@@ -14,4 +14,4 @@ build()(
14
mv "$artifact.new" "$artifact"
15
)
16
17
-c="$1"; shift; "$c" "$@"
+c=$1; shift; "$c" "$@"
0 commit comments