aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-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()
125 make clean 125 make clean
126 cd $cwd 126 cd $cwd
127 else 127 else
128 echo "WARNING: No recutils found! Unable to generate recent GANA headers and configs." 128 echo "ERROR: No recutils found! Unable to generate recent GANA headers and configs."
129 exit 1
129 fi 130 fi
130} 131}
131 132