diff options
Diffstat (limited to 'libbutl/manifest-serializer.bash.in')
-rw-r--r-- | libbutl/manifest-serializer.bash.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/libbutl/manifest-serializer.bash.in b/libbutl/manifest-serializer.bash.in index 24eac65..5b91eed 100644 --- a/libbutl/manifest-serializer.bash.in +++ b/libbutl/manifest-serializer.bash.in @@ -17,13 +17,7 @@ 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" - done + "$(butl_path)/manifest" serialize } # Start the manifest serialization co-process setting the following "return" |