summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 36e411f1d..766eed237 100755
--- a/bootstrap
+++ b/bootstrap
@@ -125,7 +125,8 @@ gana_update()
make clean
cd $cwd
else
- echo "WARNING: No recutils found! Unable to generate recent GANA headers and configs."
+ echo "ERROR: No recutils found! Unable to generate recent GANA headers and configs."
+ exit 1
fi
}