[tbb-commits] [rbm/master] Suppress unneeded output in docker_remote_get
boklm at torproject.org
boklm at torproject.org
Thu Feb 16 13:06:28 UTC 2017
commit b3ca063713f0d25a66f76c829d750ac977a25207
Author: Nicolas Vigier <boklm at 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
####
More information about the tbb-commits
mailing list