Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
8b38325e7c1b8b3240088b14d5ba2e5316aceabc
/
.
/
python
/
uv
/
private
/
lock.bat
blob: 5190ddf9eb79044cfbc257338b480a730e4ea021 [
file
]
if
defined
BUILD_WORKSPACE_DIRECTORY
(
set
"out=%BUILD_WORKSPACE_DIRECTORY%\{{src_out}}"
)
else
(
exit
/
b
1
)
"{{args}}"
--
output
-
file
"%out%"
%*