summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/control.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/control.sh b/lib/control.sh
index 196d952..04a0cba 100644
--- a/lib/control.sh
+++ b/lib/control.sh
@@ -59,6 +59,9 @@ ob_parse_control()
if [ -z "$(echo ${_obpco_line})" ]; then
_ob_parse_control_error "${_obpco_file}" "${_obpco_line_nr}" \
'control_empty_line'
+ elif [ "${_obpco_line#\#}" != "${_obpco_line}" ]; then
+ # Comment.
+ :
elif [ "${_obpco_line# }" = "${_obpco_line}" ]; then
# "Name: Value" line.
if [ -n "${_obpco_name}" ]; then