Skip to content

Commit

Permalink
Forgot to tell getopts to parse the -p arg.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbisbee committed Sep 28, 2010
1 parent 717db0f commit fa35de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/bin/couchdb-lucene
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ checkEnvironment()


parseOptions() parseOptions()
{ {
opts=`getopt o:hb $@` opts=`getopt o:hbp: $@`
set -- $opts set -- $opts
while [ $# -gt 0 ] while [ $# -gt 0 ]
do do
Expand Down

0 comments on commit fa35de3

Please sign in to comment.