mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 00:03:45 +02:00
@@ -56,11 +56,9 @@ verify_config()
|
|||||||
{
|
{
|
||||||
if [ -z "${revision+x}" ]; then
|
if [ -z "${revision+x}" ]; then
|
||||||
err 'Error: revision not set'
|
err 'Error: revision not set'
|
||||||
fi
|
elif [ -z "${location+x}" ]; then
|
||||||
if [ -z "${location+x}" ]; then
|
|
||||||
err 'Error: location not set'
|
err 'Error: location not set'
|
||||||
fi
|
elif [ -z "${url+x}" ]; then
|
||||||
if [ -z "${url+x}" ]; then
|
|
||||||
err 'Error: url not set'
|
err 'Error: url not set'
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user