[tor-commits] [ooni-probe/master] Parens...
art at torproject.org
art at torproject.org
Thu Jun 26 13:58:10 UTC 2014
commit b42f9d9c4b4a97413940d1400cb7c618185a1033
Author: Arturo Filastò <art at fuffa.org>
Date: Sat May 31 18:09:38 2014 +0200
Parens...
---
scripts/install_on_planetlab.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/install_on_planetlab.sh b/scripts/install_on_planetlab.sh
index 303fed5..97d64f5 100644
--- a/scripts/install_on_planetlab.sh
+++ b/scripts/install_on_planetlab.sh
@@ -198,7 +198,7 @@ run_or_exit() {
echo "[*] Running" $1 &&
$1 &&
echo "[*] Completed running" $1 ||
- echo "[!] Failed to run" $1 && exit 1
+ (echo "[!] Failed to run" $1 && exit 1)
}
run_or_exit yum_installs
More information about the tor-commits
mailing list