From bb3ab7ecea20282561f4666a8d304bd948ca059b Mon Sep 17 00:00:00 2001 From: Stephen Haynes Date: Fri, 3 Sep 2010 15:36:41 +1000 Subject: ec2-api-tools: Snow Leopard patch is no longer required Signed-off-by: David Höppner <0xffea@gmail.com> --- Library/Formula/ec2-api-tools.rb | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ec2-api-tools.rb b/Library/Formula/ec2-api-tools.rb index 4a1cad658..c05b3a410 100644 --- a/Library/Formula/ec2-api-tools.rb +++ b/Library/Formula/ec2-api-tools.rb @@ -44,13 +44,6 @@ class Ec2ApiTools &1 # ... redirect fd3 to stdout -+exec 4>&2 # ... redirect fd4 to stderr -+ -+# ... execute the java, sending stderr to stdout (so it gets grepped), -+# but stdout goes to fd3 (the preserved real stdout) -+# and the grepped output goes to fd4 (the preserved stderr) -+"$JAVA_HOME/bin/java" $EC2_JVM_ARGS $cygprop -classpath "$CP" com.amazon.aes.webservices.client.cmd.$CMD "$@" \ -+ 2>&1 >&3 | grep -v '^\[Deprecated\] Xalan' >&4 -- cgit v1.2.3