diff options
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |