Skip to content

Commit

Permalink
[buck] Windows is not Unix
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jul 13, 2019
1 parent 17cf4a8 commit 679fef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/java/jetty/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ genrule(
name = "move-services",
out = "moved-bundle.jar",
cmd = "mkdir tmp && cd tmp && jar xf $(location :bundle-jars) && rm -rf META-INF/services/* && echo org.seleniumhq.jetty9.http.Http1FieldPreEncoder > META-INF/services/org.seleniumhq.jetty9.http.HttpFieldPreEncoder && jar cvf $OUT *",
cmd_exe = "md tmp && cd tmp && jar xf $(location :bundle-jars) && del META-INF/services/* && echo org.seleniumhq.jetty9.http.Http1FieldPreEncoder > META-INF\\services\\org.seleniumhq.jetty9.http.HttpFieldPreEncoder && jar cvf $OUT *",
cmd_exe = "md tmp && cd tmp && jar xf $(location :bundle-jars) && del /s /q META-INF\services\* && echo org.seleniumhq.jetty9.http.Http1FieldPreEncoder > META-INF\\services\\org.seleniumhq.jetty9.http.HttpFieldPreEncoder && jar cvf $OUT *",
)


Expand Down

0 comments on commit 679fef1

Please sign in to comment.