dynamodb-local: pass-through command-line arguments
Closes Homebrew/homebrew#28816. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f9e7c8aee7
commit
a8b1b5d232
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue