Set exit code explicitly everywhere
Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
@@ -409,7 +409,7 @@ package_manager_detect() {
|
||||
# we cannot install required packages
|
||||
printf " %b No supported package manager found\\n" "${CROSS}"
|
||||
# so exit the installer
|
||||
exit
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user