提交 6803962e 编写于 作者: M mraunak 提交者: RaviTeja Gorijala

Indentation of comments

上级 6b3406fd
......@@ -168,13 +168,12 @@ function prepare_src() {
cp -L \
bazel-bin/tensorflow/tools/pip_package/simple_console_for_window_unzip/runfiles/org_tensorflow/LICENSE \
"${TMPDIR}"
# Change the format of file path (TMPDIR-->TMPDIR_rsync) which is input to the rsync from
# Windows-compatible to Linux-compatible to resolve the error below
# error: ssh: Could not resolve hostname c: No such host is known.
TMPDIR_rsync=`cygpath $TMPDIR`
# Change the format of file path (TMPDIR-->TMPDIR_rsync) which is input to the rsync from
# Windows-compatible to Linux-compatible to resolve the error below
# error: ssh: Could not resolve hostname c: No such host is known.
TMPDIR_rsync=`cygpath $TMPDIR`
rsync -a \
bazel-bin/tensorflow/tools/pip_package/build_pip_package.exe.runfiles/org_tensorflow/tensorflow \
"${TMPDIR_rsync}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册