Make the return code explicit

It makes things more obvious. Especially since the return codes for the
error paths are also explicit.
This commit is contained in:
Debarshi Ray 2019-04-29 12:44:35 +02:00
parent 99f8652b15
commit 2f5e8a53cd

View file

@ -360,6 +360,7 @@ create_toolbox_container_name()
fi
echo "$basename-$tag"
return 0
)