cmd: use better PATH in Fly build.sh scripts

Does not depend on the working directory being the same as the script

Followup to https://github.com/tailscale/corp/pull/6153#discussion_r925880552

Change-Id: Id1c849e1eb7578960aada033115e9a53b0f8ae1d
This commit is contained in:
Mihai Parparita
2022-07-20 10:42:10 -07:00
committed by Will Norris
parent 18e88921b5
commit 2d52583359
+1 -1
View File
@@ -3,7 +3,7 @@
set -e
set -x
export PATH="$PWD/../../tool":$PATH
export PATH="$(dirname "$0")/../../tool":$PATH
go run github.com/tailscale/mkctr \
--target="flyio" \