http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6540
--- Comment #12 from Robin Sheat <[email protected]> 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
