build: print error when we hit this code branch

This commit is contained in:
Franco Fichtner 2020-02-09 08:51:55 +01:00
parent a34ba52382
commit dd5878fc78
1 changed files with 2 additions and 0 deletions

View File

@ -699,6 +699,8 @@ extract_packages()
return 0
fi
echo ">>> Extract failed: no packages set found";
return 1
}