We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c569bcc commit c02a36bCopy full SHA for c02a36b
dotnet/src/webdriver/BUCK
@@ -176,6 +176,7 @@ genrule(
176
'//cpp/prebuilt:noblur32',
177
'//cpp/prebuilt:noblur64'
178
],
179
- cmd = 'echo "%SRCS%" > %OUT%',
+ bash = 'echo "$SRCS" > $OUT',
180
+ cmd_exe = 'echo "%SRCS%" > %OUT%',
181
out = 'deps.txt'
182
)
dotnet/src/webdriverbackedselenium/BUCK
@@ -139,6 +139,7 @@ genrule(
139
'//javascript/selenium-atoms:isVisible',
140
'//javascript/selenium-atoms:type'
141
142
143
cmd = 'echo "%SRCS%" > %OUT%',
144
145
0 commit comments