21 Jul
2011
21 Jul
'11
7:03 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6540 --- Comment #12 from Robin Sheat <robin@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.