aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/makefile/compile_nsync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/makefile/compile_nsync.sh')
-rwxr-xr-xtensorflow/contrib/makefile/compile_nsync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/makefile/compile_nsync.sh b/tensorflow/contrib/makefile/compile_nsync.sh
index e85a79c279..ecbd9bb825 100755
--- a/tensorflow/contrib/makefile/compile_nsync.sh
+++ b/tensorflow/contrib/makefile/compile_nsync.sh
@@ -286,7 +286,7 @@ for arch in $archs; do
if [ ! -d "$nsync_platform_dir" ]; then
mkdir "$nsync_platform_dir"
- echo "$makefile" | sed 's,^[ \t]*,,' > "$nsync_platform_dir/Makefile"
+ echo "$makefile" | sed $'s,^[ \t]*,,' > "$nsync_platform_dir/Makefile"
touch "$nsync_platform_dir/dependfile"
fi
if (cd "$nsync_platform_dir" && make depend nsync.a >&2); then