From be43c922127ab8e42085416edf0faef7fcacb0ee Mon Sep 17 00:00:00 2001 From: Mareike Thies Date: Wed, 2 Dec 2020 17:59:47 +0100 Subject: [PATCH] fix copy command --- tf/tf_configure.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf/tf_configure.bzl b/tf/tf_configure.bzl index 950ca78..22b58cc 100644 --- a/tf/tf_configure.bzl +++ b/tf/tf_configure.bzl @@ -171,7 +171,7 @@ def _symlink_genrule_for_dir( dest_dir = "abc" genrule = _genrule( genrule_name, - " && ".join(command), + "\n".join(command), "\n".join(outs), ) return genrule