diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-21 12:30:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-21 12:30:38 +0200 |
commit | 03ff256dc44228c9465cd2040593a72b2d084d1e (patch) | |
tree | 00a0ea59a21f49f4ffb9565f624c73a45d08826e /libbutl/utility.bash.in | |
parent | ed93f8450b92579dd639ae25361fa650613a5b7e (diff) |
Add manifest serializer module
Diffstat (limited to 'libbutl/utility.bash.in')
-rw-r--r-- | libbutl/utility.bash.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/utility.bash.in b/libbutl/utility.bash.in index bcc0f1b..e284c55 100644 --- a/libbutl/utility.bash.in +++ b/libbutl/utility.bash.in @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -if [ "$butl_utility" = true ]; then +if [ "$butl_utility" ]; then return 0 else butl_utility=true |