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 a5f82be commit 0cad501Copy full SHA for 0cad501
just
@@ -14,4 +14,4 @@ build()(
14
mv "$artifact.new" "$artifact"
15
)
16
17
-c=$1; shift; "$c" "$@"
+cd "$(dirname "${BASH_SOURCE[0]}")"; c=$1; shift; "$c" "$@"
0 commit comments