Skip to content

Commit

Permalink
ignore c:\npm\prefix\bazel.cmd - lol
Browse files Browse the repository at this point in the history
  • Loading branch information
malkia committed Nov 26, 2024
1 parent 30cadf4 commit c247ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otel_sdk_build.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
setlocal

for /F "usebackq delims=" %%i in (`where bazelisk bazel`) do set __BAZEL__=%%i
for /F "usebackq delims=" %%i in (`where bazelisk.exe bazel.exe`) do set __BAZEL__=%%i
if "%__BAZEL__%"=="" goto:no-bazel

set PATH=
Expand Down

0 comments on commit c247ed4

Please sign in to comment.