[Koha-bugs] [Bug 6540] Add more options to koha-create

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 21 07:03:46 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6540

--- Comment #12 from Robin Sheat <robin at catalyst.net.nz> 2011-07-21 05:03:46 UTC ---
nvm the above, I worked that out.

Found a minor bug:

-TEMP=`getopt -o crpm:l: -l
create-db,request-db,populate-db,marcflavor:,zebralang: \
+TEMP=`getopt -o crpm:l: -l
create-db,request-db,populate-db,marcflavor:,zebralang:,configfile: \
      -n "$0" -- "$@"`

+        -f|--configfile) configfile="$2" ; shift 2 ;;

-f isn't picked up in the command line.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list