Bug with makefile that can erase host MBR (4)
This commit is contained in:
parent
cb4d2cc8de
commit
7797b6b1fe
|
@ -76,7 +76,7 @@ fi
|
||||||
|
|
||||||
if [ -z $lpblock ];
|
if [ -z $lpblock ];
|
||||||
then
|
then
|
||||||
Impossible to find an available loop device. Fatal error !
|
echo Impossible to find an available loop device. Fatal error !
|
||||||
return 13
|
return 13
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue