mirror of
https://git.launchpad.net/livecd-rootfs
synced 2026-03-20 06:27:42 +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
65.6%
Python
32.9%
Perl
1.5%