summaryrefslogtreecommitdiffstats
path: root/src/opkbuild.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-18 14:34:49 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-18 14:34:49 (EDT)
commitda3ddca19dbcefc9e0a2d39eb22d7f3a40b7f987 (patch)
treeb048a6164761aef3b6d692a11d5ffbbb72449e6f /src/opkbuild.sh
parent209bfa5bbf8eb882b6593f08b3ed108995a0d1e3 (diff)
Delimit operands of ob_parse_version()
Diffstat (limited to 'src/opkbuild.sh')
-rw-r--r--src/opkbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh
index eec6a50..ffb68a2 100644
--- a/src/opkbuild.sh
+++ b/src/opkbuild.sh
@@ -232,7 +232,7 @@ setup_package()
OPK_SOURCE="$(ob_get_source_parameter 'Source')"
OPK_SOURCE_VERSION="$(ob_get_source_parameter 'Version')"
- ob_parse_version -u 'OPK_SOURCE_VERSION_UPSTREAM' \
+ ob_parse_version -u 'OPK_SOURCE_VERSION_UPSTREAM' -- \
"${OPK_SOURCE_VERSION}"
OPK_BINARY_VERSION="$(ob_get_source_parameter 'Version')"