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.
builds.sh
1 parent 0d3835b commit bfb2f84Copy full SHA for bfb2f84
builds.sh
@@ -7,7 +7,7 @@ export BASHBREW_STAGING_TEMPLATE
7
8
dir="$(dirname "$BASH_SOURCE")"
9
dir="$(readlink -ve "$dir")"
10
-if "$dir/.any-go-nt.sh" builds; then
+if ( cd "$dir" && ./.any-go-nt.sh builds ); then
11
{
12
echo "building '$dir/builds' from 'builds.go'"
13
"$dir/.go-env.sh" go build -v -o builds builds.go
0 commit comments