summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/control.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control.sh b/src/control.sh
index f617856..6903505 100644
--- a/src/control.sh
+++ b/src/control.sh
@@ -116,7 +116,7 @@ parse_control()
'control_found_continuation'
continue
fi
- value="${value}${OB_LF}${line# }"
+ value="${value}${LF}${line# }"
;;
esac
done <<-EOF