Skip to content

Commit c063c60

Browse files
committed
detect-environment: Remove call to function fatal
The function "fatal" is not defined in this script. So it may not be available. Ticket: ENT-12600 Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent 5bf4a88 commit c063c60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-scripts/detect-environment

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,8 @@ detect_tools()
341341
then
342342
export MAKE
343343
else
344-
fatal "GNU Make not found"
344+
echo "Error: GNU Make not found"
345+
exit 42
345346
fi
346347

347348
FUSER=$(func_whereis fuser)

0 commit comments

Comments
 (0)