summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-12 22:01:50 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-12 22:01:50 (EDT)
commit625fdbe44b6713d09f8eaeb534bcc0e089e24d5c (patch)
treec0273c4a9b30b94ce6d960f68f0c3a9ab0165053 /src
parentdfe87d16781ec2cc9f2b0924381a87a598e6e15d (diff)
parse_control(): s/OB_LF/LF/
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