aboutsummaryrefslogtreecommitdiff
path: root/bbot/machine-manifest.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-20 20:46:24 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-20 21:41:47 +0300
commitaff2607a28b72279257eb2756c74abd91b4a3960 (patch)
tree1ea239923d5f829514eb4090a7af34ff9a286d0e /bbot/machine-manifest.cxx
parent250d64faada1a9d0212be07cab6d54a112689b1b (diff)
Get rid of libbbot::variable
Diffstat (limited to 'bbot/machine-manifest.cxx')
-rw-r--r--bbot/machine-manifest.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/bbot/machine-manifest.cxx b/bbot/machine-manifest.cxx
index 2edf3dc..debdbcc 100644
--- a/bbot/machine-manifest.cxx
+++ b/bbot/machine-manifest.cxx
@@ -212,6 +212,14 @@ namespace bbot
s.next ("", ""); // End of manifest.
}
+ strings machine_manifest::
+ unquoted_options ()
+ {
+ return options
+ ? string_parser::unquote (*options)
+ : strings ();
+ }
+
// toolchain_manifest
//
toolchain_manifest::