diff options
Diffstat (limited to 'builddeps-cbfstool')
-rwxr-xr-x | builddeps-cbfstool | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builddeps-cbfstool b/builddeps-cbfstool index ee1240e..57d903f 100755 --- a/builddeps-cbfstool +++ b/builddeps-cbfstool @@ -27,7 +27,7 @@ set -u -e -v # This is how we know. if [ -f "DEBLOB" ]; then echo "Do not run this in meta/src directory. Do it in binary archive, either with libreboot-supplied ROM images or your own binary archive created with 'build-release'." - exit + exit 1 fi cd cbfstool_standalone |