We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8ac45 commit 6c32553Copy full SHA for 6c32553
java/client/src/org/openqa/selenium/BUILD.bazel
@@ -131,7 +131,7 @@ genrule(
131
],
132
cmd = select({
133
"//common:stamp": """
134
- mkdir META-INF &&
+ mkdir -p META-INF &&
135
echo Manifest-Version: 1.0 >META-INF/MANIFEST.MF &&
136
echo "" >>META-INF/MANIFEST.MF &&
137
@@ -142,7 +142,7 @@ genrule(
142
$(location @bazel_tools//tools/zip:zipper) c $@ META-INF/MANIFEST.MF
143
""" % SE_VERSION,
144
"//conditions:default": """
145
146
147
148
0 commit comments