summaryrefslogtreecommitdiffstats
path: root/lib/control.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/control.sh')
-rw-r--r--lib/control.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/control.sh b/lib/control.sh
index d480c22..4c38583 100644
--- a/lib/control.sh
+++ b/lib/control.sh
@@ -115,7 +115,9 @@ ob_parse_control()
_obpco_value="${_obpco_value}
${_obpco_line# }"
fi
- done <"${_obpco_file}"
+ done <<-EOF
+ $(cat "${_obpco_file}")
+ EOF
if [ -n "${_obpco_name}" ]; then
OB_CONTROL_NAME="${_obpco_name}"