mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-12 20:01:20 +00:00
return 0
instead of return
if the intent is not to exit build
If the previous if statement checking if PASSES_TO_LAYERS is true, then the last return code be non-zero and a return statement with no argument will return the error code of the if statement thus exiting the script. This is not our intent. So we need to return 0 here when layer name as already been registered
Description
Languages
Shell
87.2%
Python
10.8%
Perl
2%