diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2024-01-05 15:32:50 +0100 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2024-01-05 15:32:50 +0100 |
commit | 1f137833b5e4d9998ea2aca804cad786f7bffcb3 (patch) | |
tree | 9954e6bd9cfbb03acab2b4938120025e47b24138 | |
parent | 771cdd0ec35eaec5166954009cfd7e334bda6591 (diff) | |
download | gnunet-1f137833b5e4d9998ea2aca804cad786f7bffcb3.tar.gz gnunet-1f137833b5e4d9998ea2aca804cad786f7bffcb3.zip |
-make bash happy about meson-check in 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 |