Skip to content

Commit 927fca6

Browse files
committed
Fix forgotten % instead of ! for local scope variable.
1 parent c3bdce7 commit 927fca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/kokoro/windows32.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ for /f "tokens=*" %%a in ('pkg-config --libs protobuf') do (
6969
@rem Because protobuf is specified as libprotobuf and elsewhere
7070
if !lib! NEQ protobuf (
7171
set lib=!lib!.lib
72-
if "%libs_list%"=="" (
72+
if "!libs_list!"=="" (
7373
set libs_list=!lib!
7474
) else (
7575
set libs_list=!libs_list!,!lib!

0 commit comments

Comments
 (0)