Repository: accumulo
Updated Branches:
  refs/heads/master b889bb092 -> d5745dae6


ACCUMULO-3586 '&>>' doesn't work on a few platforms.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d5745dae
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/d5745dae
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/d5745dae

Branch: refs/heads/master
Commit: d5745dae67884594540ade240a09608ca1e0035a
Parents: b889bb0
Author: Josh Elser <els...@apache.org>
Authored: Sat Feb 14 12:18:01 2015 -0500
Committer: Josh Elser <els...@apache.org>
Committed: Sat Feb 14 12:18:01 2015 -0500

----------------------------------------------------------------------
 assemble/src/main/scripts/generate-example-configs.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/d5745dae/assemble/src/main/scripts/generate-example-configs.sh
----------------------------------------------------------------------
diff --git a/assemble/src/main/scripts/generate-example-configs.sh 
b/assemble/src/main/scripts/generate-example-configs.sh
index 606a0ac..9dfbfe1 100755
--- a/assemble/src/main/scripts/generate-example-configs.sh
+++ b/assemble/src/main/scripts/generate-example-configs.sh
@@ -22,7 +22,7 @@ out=target/bootstrap-config.out
 echo 'Generating example scripts...' > $out
 for s in 1GB 2GB 3GB 512MB
 do
-  bin/bootstrap_config.sh -o -d target/example-configs/$s/standalone -s $s -j 
-v 2 &>> $out
-  bin/bootstrap_config.sh -o -d target/example-configs/$s/native-standalone -s 
$s -n -v 2 &>> $out
+  bin/bootstrap_config.sh -o -d target/example-configs/$s/standalone -s $s -j 
-v 2 >> $out 2>&1
+  bin/bootstrap_config.sh -o -d target/example-configs/$s/native-standalone -s 
$s -n -v 2 >> $out 2>&1
 done
 

Reply via email to