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:
parent
99f8652b15
commit
2f5e8a53cd
1 changed files with 1 additions and 0 deletions
1
toolbox
1
toolbox
|
@ -360,6 +360,7 @@ create_toolbox_container_name()
|
|||
fi
|
||||
|
||||
echo "$basename-$tag"
|
||||
return 0
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue