diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 00:34:24 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 00:34:24 (EDT) |
commit | a77d7dc493dc9ec2bfa49522fda8d6de50ad497f (patch) | |
tree | c815d45081cb323193450cc643a4d55eb52e790d /src | |
parent | 5321ef8f005a76004360e78481e22380f750553f (diff) |
ob-gencontrol: Fix quotes in Description
Diffstat (limited to 'src')
-rw-r--r-- | src/ob-gencontrol.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ob-gencontrol.sh b/src/ob-gencontrol.sh index 914e2e4..f48a760 100644 --- a/src/ob-gencontrol.sh +++ b/src/ob-gencontrol.sh @@ -97,7 +97,7 @@ gen_control() cat >>"${binary}.control/control" <<-EOF Installed-Size: ${inst_size} Description:$(sed 's/^/ /' <<-EOD - "${desc}" + ${desc} EOD ) EOF |