gitclone: minor cleanup

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe 2023-05-18 12:56:42 +01:00
parent fd2ca12e9e
commit e804849486
1 changed files with 2 additions and 4 deletions

View File

@ -56,11 +56,9 @@ verify_config()
{
if [ -z "${revision+x}" ]; then
err 'Error: revision not set'
fi
if [ -z "${location+x}" ]; then
elif [ -z "${location+x}" ]; then
err 'Error: location not set'
fi
if [ -z "${url+x}" ]; then
elif [ -z "${url+x}" ]; then
err 'Error: url not set'
fi
}