diff options
-rw-r--r-- | lib/control.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/control.sh b/lib/control.sh index 7f39ecd..0fdd715 100644 --- a/lib/control.sh +++ b/lib/control.sh @@ -91,6 +91,7 @@ ob_parse_control() if [ ${#} -eq 2 ]; then req_fields=" ${1} " opt_fields=" ${2} " + shift 2 check_fields='true' fi |