From 7797b6b1fe391ed7ff52d7513ab4552b26bfc063 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Wed, 5 Feb 2020 22:38:53 +0100 Subject: [PATCH] Bug with makefile that can erase host MBR (4) --- build/create_disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/create_disk.sh b/build/create_disk.sh index 91f499c..f2af324 100755 --- a/build/create_disk.sh +++ b/build/create_disk.sh @@ -76,7 +76,7 @@ fi if [ -z $lpblock ]; then - Impossible to find an available loop device. Fatal error ! + echo Impossible to find an available loop device. Fatal error ! return 13 fi