diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-24 00:24:40 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-24 00:24:40 (EDT) |
commit | bf94a6e2ae92a58c806f94d5a47a43e0371566fb (patch) | |
tree | a527597edf7563b92e40eb83c3ba9d66d84f650e | |
parent | 9c492336b959a607c9e2dc09e7b16ce2e03fc60e (diff) |
Add _obpco_check_fields to _ob_local args.
-rw-r--r-- | lib/control.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/control.sh b/lib/control.sh index abbb2f2..2e87248 100644 --- a/lib/control.sh +++ b/lib/control.sh @@ -31,7 +31,7 @@ OB_CONTROL_VALUE= ob_parse_control() { _ob_local _obpco_file _obpco_field_cb _obpco_req_fields _obpco_opt_fields \ - _obpco_all_fields _obpco_got_fields \ + _obpco_check_fields _obpco_all_fields _obpco_got_fields \ _obpco_line_nr _obpco_line _obpco_name _obpco_value if [ ${#} -eq 2 ]; then |