aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 1973f233a..708dba469 100755
--- a/bootstrap
+++ b/bootstrap
@@ -131,7 +131,7 @@ main()
131 check_yapf 131 check_yapf
132 create_handbook 132 create_handbook
133 update_gana 133 update_gana
134 if [ "$@" = "meson" ]; then 134 if [ "$1" = "meson" ]; then
135 echo "Skipping autoreconf" 135 echo "Skipping autoreconf"
136 else 136 else
137 check_libtool 137 check_libtool