dynamodb-local: pass-through command-line arguments

Closes Homebrew/homebrew#28816.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Christopher Kim 2014-04-28 14:45:16 -07:00 committed by Adam Vandenberg
parent f9e7c8aee7
commit a8b1b5d232

View file

@ -16,7 +16,7 @@ class DynamodbLocal < Formula
def bin_wrapper; <<-EOS.undent
#!/bin/sh
cd #{data_path} && java -Djava.library.path=#{libexec}/DynamodbLocal_lib -jar #{libexec}/DynamoDBLocal.jar
cd #{data_path} && java -Djava.library.path=#{libexec}/DynamodbLocal_lib -jar #{libexec}/DynamoDBLocal.jar "$@"
EOS
end