Skip to content

Commit

Permalink
Bug 8982 make koha-create accept --database option
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Sheat <[email protected]>
Passed-QA-by: Jonathan Druart <[email protected]>
Signed-off-by: Jared Camins-Esakov <[email protected]>
  • Loading branch information
mjray authored and jcamins committed Oct 31, 2012
1 parent 5994dd2 commit 80c75dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/scripts/koha-create
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ fi

[ $# -ge 2 ] && [ $# -le 16 ] || die $usage

TEMP=`getopt -o crpm:l:d:f:a: -l create-db,request-db,populate-db,use-db,marcflavor:,zebralang:,defaultsql:,configfile:,passwdfile:,adminuser: \
TEMP=`getopt -o crpm:l:d:f:b:a: -l create-db,request-db,populate-db,use-db,marcflavor:,zebralang:,defaultsql:,configfile:,passwdfile:,database:,adminuser: \
-n "$0" -- "$@"`

# Note the quotes around `$TEMP': they are essential!
Expand Down

0 comments on commit 80c75dc

Please sign in to comment.