aboutsummaryrefslogtreecommitdiff
path: root/libbutl/manifest-serializer.bash.in
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-21 14:47:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-07-21 14:47:30 +0200
commit037ad0360056ec38eda1b3b8a74cd3ae4371630f (patch)
tree6d21bad6f694d8744107e2420d72660a135eda7a /libbutl/manifest-serializer.bash.in
parent03ff256dc44228c9465cd2040593a72b2d084d1e (diff)
Add binding support executable stub for manifest parsing
Diffstat (limited to 'libbutl/manifest-serializer.bash.in')
-rw-r--r--libbutl/manifest-serializer.bash.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbutl/manifest-serializer.bash.in b/libbutl/manifest-serializer.bash.in
index c180a4b..24eac65 100644
--- a/libbutl/manifest-serializer.bash.in
+++ b/libbutl/manifest-serializer.bash.in
@@ -17,6 +17,9 @@ fi
#
function butl_serialize_manifest ()
{
+ # @@ TODO
+ #"$(butl_path)/manifest" serialize
+
local n v
while IFS=: read -r -d '' n v; do
printf "$n: $v\n"