Sign in
fuchsia
/
third_party
/
github.com
/
bazelbuild
/
rules_python
/
f2668295be2f73623ea0ed62f2942ecfd448c8d2
/
.
/
python
/
uv
/
private
/
lock.sh
blob: ffb19b2bea119b03772a05f147603dac526ec988 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
set
-
euo pipefail
if
[[
-
n
"${BUILD_WORKSPACE_DIRECTORY:-}"
]];
then
readonly out
=
"${BUILD_WORKSPACE_DIRECTORY}/{{src_out}}"
else
exit
1
fi
exec
"{{args}}"
--
output
-
file
"$out"
"$@"