From 2f5e8a53cd5b01e21b87dbce4280756908004771 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 29 Apr 2019 12:44:35 +0200 Subject: [PATCH] Make the return code explicit It makes things more obvious. Especially since the return codes for the error paths are also explicit. --- toolbox | 1 + 1 file changed, 1 insertion(+) diff --git a/toolbox b/toolbox index 9b44c20..c61ab44 100755 --- a/toolbox +++ b/toolbox @@ -360,6 +360,7 @@ create_toolbox_container_name() fi echo "$basename-$tag" + return 0 )