commit b3ca063713f0d25a66f76c829d750ac977a25207
Author: Nicolas Vigier <bo...@torproject.org>
Date:   Thu Feb 16 14:02:53 2017 +0100

    Suppress unneeded output in docker_remote_get
---
 lib/RBM/DefaultConfig.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/RBM/DefaultConfig.pm b/lib/RBM/DefaultConfig.pm
index ec03ff0..2f6264e 100644
--- a/lib/RBM/DefaultConfig.pm
+++ b/lib/RBM/DefaultConfig.pm
@@ -497,7 +497,7 @@ tmpdir=\$(mktemp -d)
 %]
 cd \$tmpdir
 tar -cf - . | tar -C [% dst %] --no-same-owner -xf -
-cd -
+cd - > /dev/null
 rm -Rf \$tmpdir
 OPT_END
 ####

_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to